Skip to content

Instantly share code, notes, and snippets.

@robertabcd
Created April 22, 2018 01:49
Show Gist options
  • Select an option

  • Save robertabcd/75cbdd4911c15d4d45565b3fadb6437f to your computer and use it in GitHub Desktop.

Select an option

Save robertabcd/75cbdd4911c15d4d45565b3fadb6437f 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 -g status-left '#[fg=green,bold]#H#[fg=black,bold]###[fg=default]#S'
set -g status-left-length 15
set -g status-right ' #[fg=cyan,bold]%H:%M '
setw -g window-status-current-bg blue
set -g bell-action any
set -g set-titles on
set -g set-titles-string '#H'
set -g prefix C-a
setw -g mode-keys vi
bind-key a send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment