tmux: add resize keybinds

This commit is contained in:
Marco Thomas
2022-08-17 11:29:00 +02:00
parent d76dd13f44
commit 6e87fed08d

View File

@@ -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