feat: expanded all lists

This commit is contained in:
Nick 2025-01-08 19:11:58 -06:00
parent bb0b55b011
commit 4d8d534088
20 changed files with 107 additions and 28 deletions

View file

@ -1,11 +1,15 @@
{
keymap.manager.prepend_keymap = [
{
on = ["Q"];
on = [
"Q"
];
run = "quit";
}
{
on = ["q"];
on = [
"q"
];
run = "quit --no-cwd-file";
}
];