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:
parent
a926267b1f
commit
6994c0ea25
1 changed files with 1 additions and 1 deletions
2
tmux.nix
2
tmux.nix
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue