1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix: disable kitty close window shortcut

This commit is contained in:
oddlama 2024-04-01 16:21:27 +02:00
parent 12309fdaf6
commit 1cf14ff858
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 1 deletions

View file

@ -59,7 +59,7 @@
};
};
home.shellAliases = rec {
home.shellAliases = {
g = "gitui";
ga = "git add";
gc = "git commit -v -S";

View file

@ -70,6 +70,7 @@
"shift+page_down" = "scroll_page_down";
"ctrl+shift+." = "change_font_size all -2.0";
"ctrl+shift+," = "change_font_size all +2.0";
"ctrl+shift+w" = "no_op";
};
# XXX: mkForce to prevent stylix from appending theme.
# Fix this by making a correct theme that can be used.