tmux leader key to C-Space

This commit is contained in:
2026-04-09 21:39:29 +02:00
parent 47b0f5a570
commit ad37460160
+1 -1
View File
@@ -17,7 +17,7 @@ set -g focus-events on # pass focus events through (needed by Neovim)
# Leader key # Leader key
unbind C-b unbind C-b
set -g prefix C-y set -g prefix C-Space
bind C-x send-prefix bind C-x send-prefix
# Reload config # Reload config