From ff57118bc08ea8af2f5a5022e784b51d6ff468f1 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 23 Dec 2024 18:15:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-23 18:15:01 --- .config/tmux/tmux.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7148f1ca..cc61413e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -68,10 +68,14 @@ bind x kill-window bind -n M-x run-shell "~/.config/tmux/confirm_kill_pane.sh; true" bind -n M-f resize-pane -Z -bind -n M-Left resize-pane -L 5 -bind -n M-Right resize-pane -R 5 -bind -n M-Up resize-pane -U 5 -bind -n M-Down resize-pane -D 5 +bind Left resize-pane -L 5 +bind Right resize-pane -R 5 +bind Up resize-pane -U 5 +bind Down resize-pane -D 5 +# bind -n M-Left resize-pane -L 5 +# bind -n M-Right resize-pane -R 5 +# bind -n M-Up resize-pane -U 5 +# bind -n M-Down resize-pane -D 5 bind - copy-mode bind -n M-u next-window