Skip to content

Instantly share code, notes, and snippets.

@aliev
Created August 16, 2015 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aliev/6d71f97c85b4a1931b00 to your computer and use it in GitHub Desktop.
Save aliev/6d71f97c85b4a1931b00 to your computer and use it in GitHub Desktop.
My Tmux Configuration
# Terminal
set -g default-terminal "screen-256color"
# No delay for escape key press
set -sg escape-time 0
# This tmux statusbar config was created by tmuxline.vim
# on Wed, 25 Feb 2015
set -g status-bg "colour238"
set -g message-command-fg "colour188"
set -g status-justify "left"
set -g status-left-length "100"
set -g status "on"
set -g pane-active-border-fg "colour249"
set -g message-bg "colour237"
set -g status-right-length "100"
set -g status-right-attr "none"
set -g message-fg "colour188"
set -g message-command-bg "colour237"
set -g status-attr "none"
set -g status-utf8 "on"
set -g pane-border-fg "colour237"
set -g status-left-attr "none"
setw -g window-status-fg "colour188"
setw -g window-status-attr "none"
setw -g window-status-activity-bg "colour238"
setw -g window-status-activity-attr "none"
setw -g window-status-activity-fg "colour249"
setw -g window-status-separator ""
setw -g window-status-bg "colour238"
set -g status-left "#[fg=colour236,bg=colour249] #S #[fg=colour249,bg=colour238,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=colour237,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour188,bg=colour237] %Y-%m-%d  %H:%M #[fg=colour249,bg=colour237,nobold,nounderscore,noitalics]#[fg=colour236,bg=colour249] #h "
setw -g window-status-format "#[fg=colour188,bg=colour238] #I #[fg=colour188,bg=colour238] #W "
setw -g window-status-current-format "#[fg=colour238,bg=colour237,nobold,nounderscore,noitalics]#[fg=colour188,bg=colour237] #I #[fg=colour188,bg=colour237] #W #[fg=colour237,bg=colour238,nobold,nounderscore,noitalics]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment