Skip to content

Instantly share code, notes, and snippets.

@bonar
Created September 14, 2010 15:11
Show Gist options
  • Save bonar/579183 to your computer and use it in GitHub Desktop.
Save bonar/579183 to your computer and use it in GitHub Desktop.
unbind-key C-b
set-option -g prefix C-i
bind-key C-i send-prefix
set-window-option -g utf8 on
set-window-option -g mode-keys vi
set-window-option -g automatic-rename off
set-option -g status-fg white
set-option -g status-bg red
set-option -g pane-active-border-bg red
set-option -g pane-active-border-fg white
set-window-option -g window-status-current-bg yellow
set-window-option -g window-status-current-fg black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment