diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index a3f3823..ee3b3ce 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -39,6 +39,12 @@ bind-key -n M-9 select-window -t 9 bind-key -n 'M-{' swap-pane -D bind-key -n 'M-}' swap-pane -U +# resize panes +bind-key -n 'M-Left' resize-pane -L +bind-key -n 'M-Right' resize-pane -R +bind-key -n 'M-Up' resize-pane -U +bind-key -n 'M-Down' resize-pane -D + # make escape bindings of programs work in tmux set -s escape-time 5