Change tmux prefix key from Ctrl+b to Ctrl+a

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-26 08:25:37 +02:00
parent a926267b1f
commit 6994c0ea25

View file

@ -3,7 +3,7 @@
{ {
programs.tmux = { programs.tmux = {
enable = true; enable = true;
shortcut = "b"; shortcut = "a";
baseIndex = 1; # Start windows and panes at 1, not 0 baseIndex = 1; # Start windows and panes at 1, not 0
mouse = true; # Enable mouse support mouse = true; # Enable mouse support
keyMode = "vi"; # Use vi key bindings in copy mode keyMode = "vi"; # Use vi key bindings in copy mode