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