Skip to content

Instantly share code, notes, and snippets.

@lucassmagal
Created May 21, 2013 14:25
Show Gist options
  • Save lucassmagal/5620176 to your computer and use it in GitHub Desktop.
Save lucassmagal/5620176 to your computer and use it in GitHub Desktop.
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