From 6b7d2e7513c5c5d45cf21af53c2132e2c10f07d0 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Wed, 10 May 2017 14:53:29 +0200 Subject: [PATCH] show how to replace C-b by C-a instead of using both prefixes --- .tmux.conf.local | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index 7dfed83..1d1e2a3 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -240,5 +240,12 @@ tmux_conf_theme_clock_style='24' #set -g status-keys vi #set -g mode-keys vi +# replace C-b by C-a instead of using both prefixes +# set -gu prefix2 +# unbind C-a +# unbind C-b +# set -g prefix C-a +# bind C-a send-prefix + # move status line to top #set -g status-position top