From 41b17935dbcf21fc0f42c05ea0776eaf6b0a23ac Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 12 Dec 2014 15:18:24 -0800 Subject: [PATCH] [tmux] Use ^b as the prefix --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a88fe2a..51613ab 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -49,8 +49,8 @@ set-option -g base-index 1 ## screen bindings # use C-a as the prefix (a la screen) -unbind C-b -set-option -g prefix C-a +# unbind C-b +# set-option -g prefix C-a bind a send-prefix