summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2026-02-10 21:12:36 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2026-02-10 21:12:36 +0000
commitfd69d280737b2e41ac8d1dd440c98730e4004927 (patch)
tree6ca9e7f307fdb555ebbfea8e21865fee1eeb5559
parent422f5d1dc0c7b1ff1392137617ba7c5c921b66ed (diff)
Switch to using Alt for the tmux prefix
-rw-r--r--tmux/.config/tmux/tmux.conf6
1 files 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