Skip to content

Instantly share code, notes, and snippets.

@albertsun
Created February 13, 2012 19:27
Show Gist options
  • Save albertsun/1819355 to your computer and use it in GitHub Desktop.
Save albertsun/1819355 to your computer and use it in GitHub Desktop.
tmux conf
unbind C-b
set -g prefix `
set -g default-terminal "screen-256color"
set -g status-bg black
set -g status-fg white
set -g status-interval 60
set -g status-left-length 30
set -g status-left '#[fg=green](#S) #(whoami)@#H#[default]'
set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[fg=blue]%H:%M#[default]'
set-window-option -g window-status-current-bg red
set -sg escape-time 0
setw -g mode-keys vi
bind-key ` send-keys ``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment