mgunyho / tere

Terminal file explorer
European Union Public License 1.2
1.67k stars 36 forks source link

Custom keyboard shortcuts #48

Closed mgunyho closed 2 years ago

mgunyho commented 2 years ago

As I anticipated, this is a fairly popular request.

I will need to hash out the syntax. I want it to be obvious (something like --map ctrl+x:ACTIONNAME to bind ctrlX to something. Something more explicit/easier to understand than the emacs-style C-x.). Perhaps there already exists one or more crates to parse such options. Suggestions/opinions welcome.

Related: #35 #39

gervaisb commented 2 years ago

At least, it should be great to be able to remap Esc and Alt+q. Or add one. I would like to hit Cmd+Enter to exit-and-go-to-selected-folder.

mgunyho commented 2 years ago

This is now implemented (see #57), it will be available in the next release soon.