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:
parent
12309fdaf6
commit
1cf14ff858
2 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.shellAliases = rec {
|
home.shellAliases = {
|
||||||
g = "gitui";
|
g = "gitui";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit -v -S";
|
gc = "git commit -v -S";
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
"shift+page_down" = "scroll_page_down";
|
"shift+page_down" = "scroll_page_down";
|
||||||
"ctrl+shift+." = "change_font_size all -2.0";
|
"ctrl+shift+." = "change_font_size all -2.0";
|
||||||
"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.
|
# XXX: mkForce to prevent stylix from appending theme.
|
||||||
# Fix this by making a correct theme that can be used.
|
# Fix this by making a correct theme that can be used.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue