changeset 236:6facb9f24fe7

Tmux configuration.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 Dec 2014 23:33:41 -0800
parents ceb3f44fa2fc
children 3b36ae84bc2d
files tmux/tmux.conf
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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
+