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

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