feat(tmux): change prefix to C-z

This commit is contained in:
2024-07-31 11:49:48 +02:00
parent 316ae75a47
commit 7816df80a4
+2 -2
View File
@@ -168,9 +168,9 @@ set -g set-clipboard on
# -n == no prefix # -n == no prefix
# Prefix # Prefix
set -g prefix C-Space set -g prefix C-z
unbind C-b unbind C-b
bind-key C-Space send-prefix bind-key C-z 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"