Skip to content

Instantly share code, notes, and snippets.

@jrsa
Created September 21, 2018 02:55
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 jrsa/2ab8daf4890e54aebc807434ef275dbc to your computer and use it in GitHub Desktop.
Save jrsa/2ab8daf4890e54aebc807434ef275dbc to your computer and use it in GitHub Desktop.
set -g default-terminal "screen-256color"
set -g status-bg black
set -g status-fg white
set-window-option -g window-status-fg white
# active window title colors
set-window-option -g window-status-current-fg black
set-window-option -g window-status-current-bg white
set -g message-fg red
set -g message-bg black
set -g message-attr bright
set -g pane-border-fg white
set -g pane-active-border-fg blue
bind '~' split-window "exec top"
bind-key b set-option status
bind R source-file ~/.tmux.conf \; display-message "reloading .tmux.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment