fix tmux keybinds
This commit is contained in:
parent
068bfe7d41
commit
53f61371ec
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
set -s escape-time 0
|
||||
|
||||
bind h select-pane -U
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -L
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
|
Loading…
Add table
Reference in a new issue