Skip to content

Instantly share code, notes, and snippets.

@erickbrower
Created January 31, 2013 15:16
Show Gist options
  • Save erickbrower/4683564 to your computer and use it in GitHub Desktop.
Save erickbrower/4683564 to your computer and use it in GitHub Desktop.
set -g default-terminal "screen-256color"
set -g prefix C-a
set -g mode-keys vi
unbind-key j
bind-key j select-pane -D
unbind-key k
bind-key k select-pane -U
unbind-key h
bind-key h select-pane -L
unbind-key l
bind-key l select-pane -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment