Skip to content

Instantly share code, notes, and snippets.

@sudodo
Created February 9, 2012 05:26
Show Gist options
  • Select an option

  • Save sudodo/1777584 to your computer and use it in GitHub Desktop.

Select an option

Save sudodo/1777584 to your computer and use it in GitHub Desktop.
.tmux.conf act like vim
# act like vim
setw -g mode-keys vi
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment