From 6994c0ea25d6e3ca5b036edb5780350478d94a11 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 26 Jul 2025 08:25:37 +0200 Subject: [PATCH] Change tmux prefix key from Ctrl+b to Ctrl+a MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.nix b/tmux.nix index 5e9efaa..18506b2 100644 --- a/tmux.nix +++ b/tmux.nix @@ -3,7 +3,7 @@ { programs.tmux = { enable = true; - shortcut = "b"; + shortcut = "a"; baseIndex = 1; # Start windows and panes at 1, not 0 mouse = true; # Enable mouse support keyMode = "vi"; # Use vi key bindings in copy mode