multi-key presses for tmux resizing
This commit is contained in:
parent
a04e65b812
commit
43eba2a72e
1 changed files with 10 additions and 10 deletions
|
@ -156,10 +156,10 @@ bind-key k select-pane -U
|
||||||
bind-key l select-pane -R
|
bind-key l select-pane -R
|
||||||
|
|
||||||
# Resizing ---------------------------------------------------------------
|
# Resizing ---------------------------------------------------------------
|
||||||
bind-key C-h resize-pane -L
|
bind-key -r C-h resize-pane -L
|
||||||
bind-key C-j resize-pane -D
|
bind-key -r C-j resize-pane -D
|
||||||
bind-key C-k resize-pane -U
|
bind-key -r C-k resize-pane -U
|
||||||
bind-key C-l resize-pane -R
|
bind-key -r C-l resize-pane -R
|
||||||
|
|
||||||
# use vim motion keys while in copy mode
|
# use vim motion keys while in copy mode
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
Loading…
Reference in a new issue