tmux: add resize keybinds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user