Tmux prefix Ctrl+S

This commit is contained in:
Leonora Tindall 2024-02-19 11:57:10 -06:00
parent f48a989458
commit b4a0218131
1 changed files with 1 additions and 1 deletions

View File

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