mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
multi-key presses for tmux resizing
This commit is contained in:
parent
a04e65b812
commit
43eba2a72e
@ -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…
x
Reference in New Issue
Block a user