From cdf764c5ffe5a4a6005645e14e1c16e17164fb62 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 31 Jul 2024 11:49:48 +0200 Subject: [PATCH] feat(tmux): change prefix to C-z --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"