Update tmux config for hjkl navigation
This commit is contained in:
parent
7c3e013253
commit
42f2c3a4a4
@ -8,3 +8,8 @@ bind r source-file ~/.tmux.conf
|
||||
|
||||
# Enable mouse usage
|
||||
set -g mouse on
|
||||
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
Loading…
Reference in New Issue
Block a user