Skip to content

Instantly share code, notes, and snippets.

@radamant
Created May 12, 2011 17:30
Show Gist options
  • Save radamant/969014 to your computer and use it in GitHub Desktop.
Save radamant/969014 to your computer and use it in GitHub Desktop.
tmux.conf
unbind C-b
set -g prefix C-j
set-window-option -g mode-keys vi
bind r source-file ~/.tmux.conf
set -g status-fg black
set -g status-fg white
set -g status-left '#[fg=blue](#S) #[default]'
setw -g window-status-current-attr bold
setw -g window-status-current-fg white
setw -g window-status-current-bg red
setw -g window-status-current-format '#I:#W'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment