From 2a0f8352687f1ff8fec2ec0a991f317f681f27aa Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 28 Sep 2012 12:29:42 -0700 Subject: [PATCH] Make prefix key C-b in tmux --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index d0680ab..ea7f260 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,4 +1,4 @@ -set-option -g prefix C-a +set-option -g prefix C-b set-option -g exit-unattached off set-option -g default-terminal "screen-256color" set-option -g set-titles off