Skip to content

Instantly share code, notes, and snippets.

@sgur
Created April 17, 2014 07:34
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 sgur/10961225 to your computer and use it in GitHub Desktop.
Save sgur/10961225 to your computer and use it in GitHub Desktop.
.tmux.conf
set-option -g prefix C-z
unbind-key C-b
bind-key C-z send-prefix
set-option -g default-terminal screen-256color
set -g terminal-overrides 'xterm:colors=256'
bind r source-file ~/.tmux.conf
set-window-option -g mode-keys vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment