Improve ZSH experience

This commit is contained in:
Pedro Rey Anca 2025-05-03 20:52:48 +02:00
parent 2b7a75aa97
commit e8b66385c9
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
3 changed files with 22 additions and 12 deletions

View file

@ -8,6 +8,8 @@
programs.kitty = {
enable = true;
shellIntegration.enableZshIntegration = true;
themeFile = "Catppuccin-Mocha";
font = {
@ -41,10 +43,6 @@
"alt+2" = "goto_tab 2";
"alt+3" = "goto_tab 3";
"alt+4" = "goto_tab 4";
## Unbind
"ctrl+shift+left" = "no_op";
"ctrl+shift+right" = "no_op";
};
};
}