multi-key presses for tmux resizing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user