From e8096c48215539748648872cf44c5f5a915236f8 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Sat, 9 May 2015 15:43:52 +0100 Subject: [PATCH] Send prefix correctly --- tmux/tmux.conf.symlink | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 2d90a5f..142479f 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -1,6 +1,7 @@ # remap prefix to Control + a set -g prefix C-a -bind C-a send-prefix +unbind-key C-b +bind-key C-a send-prefix # smart pane switching with awareness of vim splits #