Created
November 18, 2013 23:53
-
-
Save nojima/7537545 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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