Better prefix and numbering for tmux

This commit is contained in:
Leonora Tindall 2024-02-18 17:44:52 -06:00
parent 5810ec79f5
commit faa7258516
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@
programs.tmux = {
enable = true;
keyMode = "vi";
prefix = "C-a";
baseIndex = 1;
};
}