From b4a0218131db4e35e355518d53e14e60eeb6503a Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Mon, 19 Feb 2024 11:57:10 -0600 Subject: [PATCH] Tmux prefix Ctrl+S --- tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.nix b/tmux.nix index a05550a..dd4bcc9 100644 --- a/tmux.nix +++ b/tmux.nix @@ -3,7 +3,7 @@ programs.tmux = { enable = true; keyMode = "vi"; - prefix = "C-a"; + prefix = "C-s"; baseIndex = 1; }; }