Skip to content

Instantly share code, notes, and snippets.

@yehchge
Created August 17, 2016 15:38
Show Gist options
  • Save yehchge/4b6e5dfd0ad8ee1f27f11d6978a2cc6a to your computer and use it in GitHub Desktop.
Save yehchge/4b6e5dfd0ad8ee1f27f11d6978a2cc6a 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