# HG changeset patch # User Ludovic Chabant # Date 1418369621 28800 # Node ID 6facb9f24fe7fdc5db4940bd4ebd5674f752a10b # Parent ceb3f44fa2fcb23dd0b1d61b19a848cb1c63f5f2 Tmux configuration. diff -r ceb3f44fa2fc -r 6facb9f24fe7 tmux/tmux.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tmux/tmux.conf Thu Dec 11 23:33:41 2014 -0800 @@ -0,0 +1,6 @@ +# Make the prefix easier to type, like +# pretty much everybody on the fucking planet. +unbind C-b +set -g prefix C-a +bind C-a send-prefix +