dotfiles/modules/home/cli/files/yazi/config/keymap.nix
2025-03-29 23:08:26 -05:00

16 lines
191 B
Nix
Executable file

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