added pane resize with Shift-WASD

This commit is contained in:
Lloyd W. Slade 2018-06-03 19:04:26 -04:00
parent f4f15bd1d5
commit 0d0d927fba

7
f-keys
View file

@ -25,5 +25,12 @@ bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# resize panes using Shift-WASD
bind-key S resize-pane -D 5
bind-key W resize-pane -U 5
bind-key A resize-pane -L 5
bind-key D resize-pane -R 5
# reload config file
bind r source-file ~/.tmux.conf