Skip to content

Instantly share code, notes, and snippets.

@jpablobr
Created July 13, 2010 00:03
Show Gist options
  • Select an option

  • Save jpablobr/473258 to your computer and use it in GitHub Desktop.

Select an option

Save jpablobr/473258 to your computer and use it in GitHub Desktop.
set -g prefix C-x
bind-key C-x last-window
# Set status bar
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green]#H'
set-window-option -g window-status-current-bg red
set -g status-right '#[fg=yellow]#(uptime | cut -d "," -f 2-)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment