Skip to content

Instantly share code, notes, and snippets.

@dannygarcia
dannygarcia / .tmux.conf
Created August 13, 2012 23:26 — forked from napcs/.tmux.clipboard
My tmux config
# remap prefix to Ctrl-a instead of Ctrl-b
unbind C-b
set -g prefix C-a
# Allow C-A a to send C-A to application. Useful for Vim, other apps
bind C-a send-prefix
# Reload the .tmux.conf file with Ctrl-r
bind-key r source-file ~/.tmux.conf \; display-message "Configuration reloaded"