diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2d8bb10..ea0fdde 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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"