From 81227c2deb04ad23b63afb39ae188ab30636fd81 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Sat, 2 Feb 2019 10:10:34 +0800 Subject: [PATCH] Remove C-a --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b62aa9c..8e64dd8 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -9,8 +9,8 @@ set -s focus-events on #unbind ^b # unbind defaul prefix Control+b #set -g prefix 'C-\' # bind new prefix Control+a #bind-key 'C-\' send-prefix -set -g prefix2 C-a -bind C-a send-prefix -2 +# set -g prefix2 C-a +# bind C-a send-prefix -2 set -q -g status-utf8 on setw -q -g utf8 on