Skip to content

Instantly share code, notes, and snippets.

@duckman
Created January 13, 2012 17:38
Show Gist options
  • Select an option

  • Save duckman/1607704 to your computer and use it in GitHub Desktop.

Select an option

Save duckman/1607704 to your computer and use it in GitHub Desktop.
set-option -g prefix C-a
set -g status-bg black
set -g status-fg white
set -g status-left "#[fg=green]#H"
set -g status-interval 2
set -g status-right "#[fg=green,bg=black,bright]#(tmux-mem-cpu-load 2)#[default]"
set -g set-titles on
set -g set-titles-string '#T'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment