From 131e1f1a5ff20079423277c601278cbae5b51837 Mon Sep 17 00:00:00 2001 From: hanez Date: Mon, 2 Sep 2024 00:48:35 +0200 Subject: [PATCH] Okay, last change did not work; Now it's Ctrl-x... :| --- .tmux.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 6d888501..ab8eed83 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,11 +2,9 @@ # https://github.com/jonasjacek/colorcli # Set prefix key -#unbind-key C-b -#bind b send-prefix -#set -g prefix ^b -bind y send-prefix -set -g prefix ^y +unbind-key C-b +bind x send-prefix +set -g prefix ^x # DESIGN: 256 COLOR SUPPORT setw -g default-terminal "screen-256color"