Skip to content

Instantly share code, notes, and snippets.

@kmatt
Forked from mjswensen/.tmux.conf
Last active August 29, 2015 14:18
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 kmatt/82411ae425d7eab0b2eb to your computer and use it in GitHub Desktop.
Save kmatt/82411ae425d7eab0b2eb to your computer and use it in GitHub Desktop.
set-window-option -g status-left " #S "
set-window-option -g status-left-fg black
set-window-option -g status-left-bg white
set-window-option -g status-right " %H:%M %d-%b-%y "
set-window-option -g status-right-fg black
set-window-option -g status-right-bg white
set-window-option -g window-status-format " #I: #W "
set-window-option -g window-status-current-format " #I: #W "
set-window-option -g window-status-current-fg green
set-window-option -g window-status-current-bg black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment