From 3175013935658152d19d5b13278cf226d274c978 Mon Sep 17 00:00:00 2001 From: jreeder Date: Mon, 22 Mar 2021 19:49:23 -0700 Subject: [PATCH] Fixed an issue with local config rebinding the prefix key --- .tmux.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index b97d67b..3137348 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -338,7 +338,7 @@ tmux_conf_copy_to_os_clipboard=false #set -g mode-keys vi # replace C-b by C-a instead of using both prefixes -# set -gu prefix2 +# set -g -u prefix2 # unbind C-a # unbind C-b # set -g prefix C-a