From fd69d280737b2e41ac8d1dd440c98730e4004927 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 10 Feb 2026 21:12:36 +0000 Subject: Switch to using Alt for the tmux prefix --- tmux/.config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 4855a88..59b1d33 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -15,9 +15,9 @@ set -g mouse on # Enable clipboard. set -g set-clipboard on -# Bind Ctrl-SPACE to be the tmux prefix. -set -g prefix C-SPACE -bind-key C-SPACE send-prefix +# Bind Alt+Space to be the tmux prefix. +set -g prefix M-SPACE +bind-key M-SPACE send-prefix # Vim-style pane navigation. bind h select-pane -LZ -- cgit v1.2.3-13-gbd6f