Skip to content

Instantly share code, notes, and snippets.

@pochi
Created February 7, 2011 13:36
Show Gist options
  • Save pochi/814368 to your computer and use it in GitHub Desktop.
Save pochi/814368 to your computer and use it in GitHub Desktop.
# Prefix
set-option -g prefix C-u
# History mode
set-option -g history-limit 10000
# emacs mode
set-window-option -g mode-keys emacs
# default color
set-option -g default-terminal screen-256color
# Font code for status line
set-option -g status-utf8 on
# Interval for status line resresh
set-option -g status-interval 5
# Left status line is no display
set-option -g status-left ""
# Right status line is no display
set-option -g status-right ""
# Set background color is white
set-option -g status-bg white
# Set font color is black
set-option -g status-fg black
# Set active window color is blue
set-window-option -g window-status-current-bg yellow
set-window-option -g window-status-current-fg white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment