Last active
June 10, 2016 11:09
-
-
Save Ralnoc/8fc7e8ee8b34f0f21ed17c8d35e43e88 to your computer and use it in GitHub Desktop.
Tmux 2.1 Config
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 status-utf8 on | |
set-option -g status-justify left | |
set-option -g status-bg black | |
set-option -g status-fg white | |
set-option -g status-left-length 40 | |
set-option -g pane-active-border-fg green | |
set-option -g pane-active-border-bg black | |
set-option -g pane-border-fg white | |
set-option -g pane-border-bg black | |
set-option -g message-fg black | |
set-option -g message-bg green | |
setw -g window-status-bg black | |
setw -g window-status-current-fg green | |
setw -g window-status-activity-attr default | |
setw -g window-status-activity-fg red | |
set -g status-left '#[fg=green][#[fg=red]#H#[fg=green]:#[fg=white]#S #[fg=green]][#[default]' | |
set -g status-right '#[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%H:%M#[default]' | |
setw -g mode-mouse on | |
set -g mouse-select-pane on | |
set -g mouse-resize-pane on | |
set -g mouse-select-window on | |
set -g history-limit 20000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment