Skip to content

Instantly share code, notes, and snippets.

@cornchz
Created April 12, 2011 08:46
Show Gist options
  • Save cornchz/915192 to your computer and use it in GitHub Desktop.
Save cornchz/915192 to your computer and use it in GitHub Desktop.
# tmux config by Cheol Kang (kang@cheol.net)
# Set copy-mode as vi mode
set-window-option -g mode-keys vi
# Re-bind split-window
bind s split-window -v # horizontal
bind v split-window -h # vertical
# Re-bind select-pane
bind j select-pane -D # down-pane
bind k select-pane -U # up-pane
bind h select-pane -L # up-pane
bind l select-pane -R # up-pane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment