From e1f0ec0ebc1525709e0d3079c4b57651cf648c8e Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Thu, 20 Nov 2025 20:22:17 +0800 Subject: [PATCH] fix(tmux): press ^a twice to send ^a --- .tmux.conf2 | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf2 b/.tmux.conf2 index 5cfd35a..edcb127 100644 --- a/.tmux.conf2 +++ b/.tmux.conf2 @@ -1,4 +1,5 @@ set -g prefix ^a +bind ^a send-prefix set -g mouse on set -g set-clipboard on set -g default-terminal "xterm-256color"