added pane resize with Shift-WASD
This commit is contained in:
parent
f4f15bd1d5
commit
0d0d927fba
1 changed files with 7 additions and 0 deletions
7
f-keys
7
f-keys
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue