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