From 086ff2354f8b73db651309c19d2e55247bd176ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 11 Jul 2025 17:06:12 +0200 Subject: [PATCH] tmux: use ` as prefix --- nix/homeModules/common/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/homeModules/common/tmux/tmux.conf b/nix/homeModules/common/tmux/tmux.conf index 688ac639..20aedd6c 100644 --- a/nix/homeModules/common/tmux/tmux.conf +++ b/nix/homeModules/common/tmux/tmux.conf @@ -51,8 +51,8 @@ set -g pane-active-border-style "fg=#{@ACCENT}" # Bindings # ############ # remap prefix -bind C-a send-prefix -set -g prefix C-a +bind ` send-prefix +set -g prefix ` unbind C-b # easy config reload (that bypasses nix too)