Skip to content

Instantly share code, notes, and snippets.

@woohooyeah
Last active July 23, 2017 09:31
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 woohooyeah/5a793ed521d55769cce2 to your computer and use it in GitHub Desktop.
Save woohooyeah/5a793ed521d55769cce2 to your computer and use it in GitHub Desktop.
# dot.tmux.conf
set -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
set-option -g set-titles on
set-option -g set-titles-string "#S:#h/#I:#W"
set -g base-index 1
set -g pane-base-index 1
set -g status "on"
set -g status-attr "none"
set -g status-justify centre
set -g message-bg "colour8"
set -g message-command-bg "colour8"
set -g message-command-fg "colour15"
set -g message-fg "colour15"
set -g pane-active-border-fg "colour10"
set -g pane-border-fg "colour8"
set -g status-bg "black"
set -g status-left-attr "none"
set -g status-left-length "100"
set -g status-right-attr "none"
set -g status-right-length "100"
setw -g window-status-activity-attr "none"
setw -g window-status-activity-bg "black"
setw -g window-status-activity-fg "colour10"
setw -g window-status-attr "none"
setw -g window-status-bg "black"
setw -g window-status-fg "colour255"
setw -g window-status-separator ""
set -g status-left "#[fg=colour22,bg=colour10] #S #[fg=colour10,bg=black,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=colour8,bg=black,nobold,nounderscore,noitalics]#[fg=colour15,bg=colour8] %Y-%m-%d  %H:%M #[fg=colour15,bg=colour8,nobold,nounderscore,noitalics]#[fg=black,bg=colour15] #h "
setw -g window-status-current-format "#[fg=black,bg=colour8,nobold,nounderscore,noitalics]#[fg=colour15,bg=colour8] #I #[fg=colour15,bg=colour8] #W #[fg=colour8,bg=black,nobold,nounderscore,noitalics]"
setw -g window-status-format "#[fg=colour255,bg=black] #I #[fg=colour255,bg=black] #W "
bind r source-file ~/.tmux.conf \; display "Configuration Reloaded!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment