Skip to content

Instantly share code, notes, and snippets.

@stormbrew
Created August 31, 2011 21:47
Show Gist options
  • Save stormbrew/1184811 to your computer and use it in GitHub Desktop.
Save stormbrew/1184811 to your computer and use it in GitHub Desktop.
my tmux config
set -g prefix C-a
unbind C-b
bind a send-prefix
bind C-a last-window
unbind %
bind | split-window -h
bind - split-window -v
set-window-option -g window-status-current-bg red
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green]#H'
set -g status-right '#[fg=white]#(uptime | cut -d "," -f 2-)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment