From f24aff111ce4feb8124375be6914c872adb8d806 Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 5 Aug 2025 15:02:32 +0200 Subject: [PATCH] changed tmux prefix fomr y to x. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index eeea7b1a..456c39f8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,7 +1,7 @@ # Set prefix key unbind-key C-b bind y send-prefix -set -g prefix ^y +set -g prefix ^x # CONFIGURATION set -g automatic-rename on