dotfiles/home/modules/yazi/config/keymap.nix
2024-12-19 19:56:45 -06:00

12 lines
159 B
Nix
Executable file

{
keymap.manager.prepend_keymap = [
{
on = ["Q"];
run = "quit";
}
{
on = ["q"];
run = "quit --no-cwd-file";
}
];
}