antonmedv / walk

Terminal file manager
MIT License
3.22k stars 89 forks source link

feat: more vim keybinding (`o`,`u`,`q`) #65

Closed anarcher closed 1 year ago

anarcher commented 1 year ago

I added keybindings similar to nerd tree in vim. :-)

TheReptar commented 1 year ago

@anarcher #56 Adds the ability to customize your own key bindings which seems to cover the functionality added in this PR since the new keys (keyVimBack, keyVimQuit, and keyVimOpen) are only ever used with keyQuit, keyQuit, and keyOpen, respectively. The goal of that PR was to remove the need to add hardcoded key bindings to the source code for user preferences.

Does that PR meet your needs and/or the goals of this PR? And if so, would you be comfortable with closing this one?

anarcher commented 1 year ago

Thank you for your kind reply (and llama too!) . With that PR #56, I don't need this PR's hardcoded key mapping. I'm closing this PR. :-D