Go back to the main page

Move around tmux window panes vim style

 
# ~/.tmux.conf
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
  • Pushed on 06/04/2013 by Christian