Created
May 22, 2014 07:29
-
-
Save Tigraine/bf56ffb249da545559e1 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 -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