From 6c9513f4dce34e8a1d47632a392c8bc19a5981c4 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 11 Nov 2021 09:13:33 +1000 Subject: [PATCH] tmux: switched back to default shortcut "b" --- profiles/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/tmux.nix b/profiles/tmux.nix index ee9e320..e2c1aab 100644 --- a/profiles/tmux.nix +++ b/profiles/tmux.nix @@ -30,7 +30,7 @@ ''; keyMode = "vi"; newSession = true; - shortcut = "a"; + shortcut = "b"; terminal = "screen-256color"; }; };