From ad37460160c9d374bc9b9b68093b850a8c70fe1f Mon Sep 17 00:00:00 2001 From: Mathias Scheider Date: Thu, 9 Apr 2026 21:39:29 +0200 Subject: [PATCH] tmux leader key to C-Space --- term/.config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term/.config/tmux/tmux.conf b/term/.config/tmux/tmux.conf index c00da75..78e19dc 100644 --- a/term/.config/tmux/tmux.conf +++ b/term/.config/tmux/tmux.conf @@ -17,7 +17,7 @@ set -g focus-events on # pass focus events through (needed by Neovim) # Leader key unbind C-b -set -g prefix C-y +set -g prefix C-Space bind C-x send-prefix # Reload config