feat(tmux): change prefix key to C-Space

This commit is contained in:
2024-07-26 15:40:05 +02:00
parent 17110793a0
commit d7e71a3dc1
+5
View File
@@ -167,6 +167,11 @@ set -g set-clipboard on
# -r == repeatable
# -n == no prefix
# Prefix
set -g prefix C-Space
unbind C-b
bind-key C-Space send-prefix
# Reload config
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "~/.config/tmux/tmux.conf reloaded"