Change it to ^G as the tmux key.

This commit is contained in:
2025-11-17 14:21:52 -05:00
committed by ADAM David Alan Martin
parent 687b687220
commit 7da624a749

View File

@ -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 -g default-terminal "xterm-256color"
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'