7 lines
110 B
Text
7 lines
110 B
Text
|
set -s escape-time 0
|
||
|
|
||
|
bind h select-pane -U
|
||
|
bind j select-pane -D
|
||
|
bind k select-pane -L
|
||
|
bind l select-pane -R
|