Skip to content

Instantly share code, notes, and snippets.

@mhakeem
Forked from mjswensen/.tmux.conf
Created December 15, 2015 09:46
Show Gist options
  • Select an option

  • Save mhakeem/61ffba3da42ba4a67559 to your computer and use it in GitHub Desktop.

Select an option

Save mhakeem/61ffba3da42ba4a67559 to your computer and use it in GitHub Desktop.
Friendlier, Tab-style tmux Status Bar
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