From 52f8d4f01e296c452c5883772666a63be3dab3ad Mon Sep 17 00:00:00 2001 From: hanez Date: Mon, 2 Sep 2024 00:46:48 +0200 Subject: [PATCH] Getting Ctrl-b back for some time... --- .tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 27b4f568..6d888501 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,7 +2,9 @@ # https://github.com/jonasjacek/colorcli # Set prefix key -unbind-key C-b +#unbind-key C-b +#bind b send-prefix +#set -g prefix ^b bind y send-prefix set -g prefix ^y