Skip to content

Instantly share code, notes, and snippets.

@AWooldrige
AWooldrige / .tmux.conf
Created January 23, 2012 12:15
.tmux.conf
set-option -g prefix C-Space
bind-key -n C-x send-prefix
set-option -g status-keys vi
set-option -g bell-action any
set-option -g set-titles on
set-option -g visual-bell on
setw -g mode-keys vi
setw -g mode-mouse on