Created
December 13, 2015 20:06
-
-
Save daniel-j/8eda46d7d189e27bee9f 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
new-session | |
set -g status-left "" | |
set -g base-index 1 | |
set -g status-right ' #[fg=blue]#H #[fg=magenta]%Y-%m-%d #[bold]%H:%M ' | |
set -s escape-time 0 | |
set-window-option -g xterm-keys on | |
set-option -g status-bg default | |
set-option -g status-fg brightmagenta | |
set-option -g status-attr default | |
set-window-option -g window-status-fg brightblue | |
set-window-option -g window-status-bg default | |
set-option -g pane-border-fg magenta | |
set-option -g pane-active-border-fg brightmagenta | |
set-option -g message-bg black | |
set-option -g message-fg brightmagenta | |
set-option -g display-panes-active-colour brightmagenta | |
set-option -g display-panes-colour blue | |
set-window-option -g clock-mode-colour magenta | |
set-window-option -g window-status-format "#[fg=blue] #I #[default]#[fg=magenta]#W" | |
set-window-option -g window-status-current-format "#[fg=blue,bold] #I #[default]#[fg=magenta,bold]#W" | |
# reload tmux conf | |
bind-key r source-file ~/.tmux.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment