Skip to content

Commit

Permalink
hjkl select pane tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
phunehehe committed Apr 9, 2015
1 parent 6eda7a8 commit f453e6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _tmux.conf
Expand Up @@ -19,7 +19,7 @@ unbind %
bind | split-window -h
bind - split-window -v

bind h select-pane -t L
bind j select-pane -t D
bind k select-pane -t U
bind l select-pane -t R
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R

0 comments on commit f453e6e

Please sign in to comment.