Skip to content

Instantly share code, notes, and snippets.

@jeremy-clerc
Last active December 25, 2015 22:09
Show Gist options
  • Save jeremy-clerc/7047895 to your computer and use it in GitHub Desktop.
Save jeremy-clerc/7047895 to your computer and use it in GitHub Desktop.
set-option -g prefix C-a
unbind %
bind | split-window -h
bind - split-window -v
set -g history-limit 5000
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green]#H'
set -g status-right '#[fg=yellow]#(date +%H:%M)#(uptime | cut -d"," -f3-)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment