some small changes and etc

This commit is contained in:
Matt Nish-Lapidus 2025-02-21 22:59:53 -05:00
parent d9be121700
commit 8067765fec
3 changed files with 54 additions and 32 deletions

View file

@ -35,7 +35,6 @@
{ on = "l"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
{ on = "<Enter>"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
{ on = "<Right>"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
{ on = "<Delete>"; run = "remove"; }
{ on = "<Backspace>"; run = "remove"; }
];
};