tmux.conf settings for selecting panes
This commit is contained in:
parent
b9cd1e1404
commit
bfa014293b
1 changed files with 4 additions and 4 deletions
|
|
@ -13,10 +13,10 @@ setw -g mode-keys vi
|
|||
#set -g status-keys vi
|
||||
|
||||
# movement
|
||||
bind h left-pane
|
||||
bind j up-pane
|
||||
bind k down-pane
|
||||
bind l right-pane
|
||||
bind h select-pane -L
|
||||
bind k select-pane -U
|
||||
bind j select-pane -D
|
||||
bind l select-pane -R
|
||||
#bind Tab down-pane
|
||||
#bind BTab up-pane
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue