From c90f3066cabff157613b18e454295fd82d07bf9b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 3 Nov 2021 18:58:36 -0400 Subject: [PATCH] profiles/tmux: change prefix to C-SPC --- users/profiles/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/profiles/tmux.nix b/users/profiles/tmux.nix index 336ae7b..384d9a0 100644 --- a/users/profiles/tmux.nix +++ b/users/profiles/tmux.nix @@ -3,5 +3,6 @@ enable = true; clock24 = true; terminal = "screen-256color"; + prefix = "C-Space"; }; }