dotfiles/home/modules/cli/files/yazi/config/keymap.nix
2025-01-19 23:40:54 -06:00

16 lines
191 B
Nix
Executable file

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