Skip to content

Instantly share code, notes, and snippets.

@kcmerrill
Last active November 17, 2015 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kcmerrill/c606dd9e0c2f9daf75cc to your computer and use it in GitHub Desktop.
Save kcmerrill/c606dd9e0c2f9daf75cc to your computer and use it in GitHub Desktop.
Tmux
bind \ split-window -h
bind - split-window -v
bind-key k select-pane -U
bind-key j select-pane -D
bind-key h select-pane -L
bind-key l select-pane -R
set-option -g renumber-windows on
bind-key c new-window -n ''
set-option -g allow-rename off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment