Created
May 21, 2013 14:25
-
-
Save lucassmagal/5620176 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
set-option -sg escape-time 0 | |
set-option -g prefix M-s | |
bind-key M-s send-prefix | |
set -g base-index 1 | |
set -g pane-base-index 1 | |
set-option -g pane-active-border-fg blue | |
# Set status bar | |
set -g status-bg black | |
set -g status-fg white | |
set-window-option -g window-status-current-bg red | |
# Set window notifications | |
setw -g monitor-activity on | |
set -g visual-activity on | |
set -g status-left-length 100 | |
set -g status-left '#[fg=green] #T#[default]' | |
set -g status-right '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment