diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 96b75339..7148f1ca 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -67,6 +67,12 @@ bind x kill-window # bind -n M-x killp 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 - copy-mode bind -n M-u next-window bind -n M-l previous-window