Skip to content

Instantly share code, notes, and snippets.

@aphlysia
Last active December 26, 2017 05:46
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 aphlysia/5c773ff6c61df40d41e4f425a0ddae1f to your computer and use it in GitHub Desktop.
Save aphlysia/5c773ff6c61df40d41e4f425a0ddae1f to your computer and use it in GitHub Desktop.
set -g prefix C-t
set-window-option -g mode-keys vi
unbind C-b
bind n new-window
bind tab next-window
bind | split-window -h
bind S split-window -v
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind X break-pane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment