feat: removed keymap

This commit is contained in:
Nick 2024-11-06 21:58:51 -06:00
parent e14c97062d
commit 2453c44a93

View file

@ -2,17 +2,6 @@
programs.yazi = {
enable = true;
enableNushellIntegration = true;
keymap.manager.prepend_keymap = [
{
exec = "quit";
on = ["Q"];
}
{
exec = "quit --no-cwd-file";
on = ["q"];
}
];
settings = {
log = {
enabled = false;