sgur
4/17/2014 - 7:34 AM

.tmux.conf

.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