From 6fc9ad1c9de392210417a61e52e622981c8b7259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20SIEMIRADZKI?= Date: Wed, 15 Nov 2023 12:10:39 +0100 Subject: [PATCH] Don't use C-a as a prefix, keep C-b as the only prefix. --- .tmux.conf.local | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index 01fa27a..f5211d2 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -370,6 +370,10 @@ tmux_conf_copy_to_os_clipboard=false # set -g prefix C-a # bind C-a send-prefix +# don't use C-a as a prefix, keep C-b as the only prefix +# set -gu prefix2 +# unbind C-a + # if you don't want Oh my tmux! to alter a binding, use #!important # bind c new-window -c '#{pane_current_path}' #!important