diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index ea0fdde..61c5728 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -168,9 +168,9 @@ set -g set-clipboard on # -n == no prefix # Prefix -set -g prefix C-Space +set -g prefix C-z unbind C-b -bind-key C-Space send-prefix +bind-key C-z send-prefix # Reload config bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "~/.config/tmux/tmux.conf reloaded"