From faa72585161ffba8dd62eada030e384bda2c35bf Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Sun, 18 Feb 2024 17:44:52 -0600 Subject: [PATCH] Better prefix and numbering for tmux --- tmux.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.nix b/tmux.nix index 969bb5b..a05550a 100644 --- a/tmux.nix +++ b/tmux.nix @@ -3,5 +3,7 @@ programs.tmux = { enable = true; keyMode = "vi"; + prefix = "C-a"; + baseIndex = 1; }; }