tmux: use C-t as prefix

This commit is contained in:
Daniel Lundin 2024-11-09 00:19:18 +01:00
parent e77885fdef
commit 273c88b4fe
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -6,7 +6,7 @@
clock24 = true; clock24 = true;
escapeTime = 500; escapeTime = 500;
mouse = true; mouse = true;
shortcut = "o"; shortcut = "t";
extraConfig = '' extraConfig = ''
set -g allow-passthrough on set -g allow-passthrough on
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"