Created
April 29, 2011 18:27
-
-
Save dakatsuka/948766 to your computer and use it in GitHub Desktop.
.tmux.conf
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
# basic | |
set-option utf8-default on | |
set-window-option -g utf8 on | |
set-window-option -g mode-keys vi | |
set-window-option -g automatic-rename off | |
# key bind | |
set-option -g prefix C-j | |
unbind-key C-j | |
bind-key C-j send-prefix | |
# look feel | |
set-option -g status-fg white | |
set-option -g status-bg black | |
set-window-option -g window-status-attr "underscore" | |
set-window-option -g window-status-bg black | |
set-window-option -g window-status-fg white | |
set-window-option -g window-status-current-attr "bold" | |
set-window-option -g window-status-current-fg white | |
set-window-option -g window-status-current-bg blue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment