Skip to content

Instantly share code, notes, and snippets.

View Aebian's full-sized avatar

Alexander / Aebian Aebian

View GitHub Profile
@jexchan
jexchan / .tmux.conf
Created May 12, 2014 09:47
my tmux configuration
unbind C-b
set -g prefix C-a
setw -g mode-keys vi
set -s escape-time 1
set -g base-index 1
set -g pane-base-index 1
bind r source-file ~/.tmux.conf \; display "reloaded config file!"