From 7da624a7495c10ffb7a67efc19561b2852984bca Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 17 Nov 2025 14:21:52 -0500 Subject: [PATCH] Change it to ^G as the tmux key. --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5e9d24d..50be496 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,7 @@ +set -g prefix C-g +unbind-key C-b +bind-key C-g send-prefix + set -g default-terminal "xterm-256color" set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'