Skip to content

Instantly share code, notes, and snippets.

@daniel-j
Created December 13, 2015 20:06
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 daniel-j/8eda46d7d189e27bee9f to your computer and use it in GitHub Desktop.
Save daniel-j/8eda46d7d189e27bee9f to your computer and use it in GitHub Desktop.
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