Skip to content

Instantly share code, notes, and snippets.

@esmooov
Created July 2, 2013 20:19
Show Gist options
  • Save esmooov/5912751 to your computer and use it in GitHub Desktop.
Save esmooov/5912751 to your computer and use it in GitHub Desktop.
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 ``
bind | split-window -h
bind - split-window -v
set-option -g default-command "reattach-to-user-namespace -l bash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment