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
|
#set -g status-keys vi
|
||||||
|
|
||||||
# movement
|
# movement
|
||||||
bind h left-pane
|
bind h select-pane -L
|
||||||
bind j up-pane
|
bind k select-pane -U
|
||||||
bind k down-pane
|
bind j select-pane -D
|
||||||
bind l right-pane
|
bind l select-pane -R
|
||||||
#bind Tab down-pane
|
#bind Tab down-pane
|
||||||
#bind BTab up-pane
|
#bind BTab up-pane
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue