Skip to content

Instantly share code, notes, and snippets.

@supr
Created April 10, 2012 21:04
Show Gist options
  • Save supr/2354465 to your computer and use it in GitHub Desktop.
Save supr/2354465 to your computer and use it in GitHub Desktop.
Dot Tmux
set -g status-bg black
set -g status-fg white
set -g status-utf8 on
set -g status-left '#[fg=green] @#H#[default]'
set-window-option -g window-status-current-bg red
set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg) #[fg=green]%H:%M#[default]'
bind | split-window -h
bind - split-window -v
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment