Skip to content

Instantly share code, notes, and snippets.

@nojima
Created November 18, 2013 23:53
Show Gist options
  • Save nojima/7537545 to your computer and use it in GitHub Desktop.
Save nojima/7537545 to your computer and use it in GitHub Desktop.
unbind-key C-b
set-option -g prefix C-t
set-window-option -g mode-keys vi
set-option -g history-limit 9999
set -s escape-time 1
set -g status-bg blue
set-window-option -g window-status-current-bg cyan
bind -r C-k select-pane -U
bind -r C-j select-pane -D
bind -r C-h select-pane -L
bind -r C-l select-pane -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment