Created
December 8, 2015 07:26
-
-
Save mcpherrinm/6b1585bd889cf105671b to your computer and use it in GitHub Desktop.
This file contains 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
set -g prefix2 C-s | |
bind-key b send-prefix | |
bind-key s send-prefix -2 | |
set -g status-bg black | |
set -g status-fg white | |
set-window-option -g window-status-current-bg blue | |
set-window-option -g window-status-current-fg white | |
set -g base-index 1 | |
set -s escape-time 0 | |
set -g history-limit 1000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment