Skip to content

Instantly share code, notes, and snippets.

@jarfil
Created June 17, 2014 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarfil/14818cd47d8d890a9842 to your computer and use it in GitHub Desktop.
Save jarfil/14818cd47d8d890a9842 to your computer and use it in GitHub Desktop.
tmux configuration: screen, vi, blue
set-option -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix
set-option -g status-style bg=blue
set-option -g mode-keys vi
bind R source-file ~/.tmux.conf
bind + command-prompt "join-pane -t '%%'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment