tmux.conf settings for selecting panes

This commit is contained in:
Hunter Haugen 2011-08-10 20:59:24 +10:00
parent b9cd1e1404
commit bfa014293b

View file

@ -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