Skip to content

Instantly share code, notes, and snippets.

@Tigraine
Created May 22, 2014 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tigraine/bf56ffb249da545559e1 to your computer and use it in GitHub Desktop.
Save Tigraine/bf56ffb249da545559e1 to your computer and use it in GitHub Desktop.
set-option -g default-shell /usr/local/bin/zsh
set -g prefix C-a
bind-key C-a last-window
bind-key v split-window -v
setw -g monitor-activity on
set-window-option -g window-status-current-bg white
setw -g mode-keys vi
set -g mode-mouse on
set-window-option -g utf8 on
set-option -g status on
set-option -g status-interval 2
set-option -g status-utf8 on
set-option -g status-justify "centre"
set-option -g status-left-length 60
set-option -g status-right-length 90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment