From 273c88b4fe9bd467c66b18eb4a3b53c104460f14 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 9 Nov 2024 00:19:18 +0100 Subject: [PATCH] tmux: use C-t as prefix --- home/common/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/tmux.nix b/home/common/tmux.nix index 6c11008..141339e 100644 --- a/home/common/tmux.nix +++ b/home/common/tmux.nix @@ -6,7 +6,7 @@ clock24 = true; escapeTime = 500; mouse = true; - shortcut = "o"; + shortcut = "t"; extraConfig = '' set -g allow-passthrough on set -g default-terminal "tmux-256color"