rabite0 / hunter

The fastest file manager in the galaxy!
Do What The F*ck You Want To Public License
1.32k stars 64 forks source link

Help key binding #66

Open kvark opened 5 years ago

kvark commented 5 years ago

It would be helpful to look up the help without leaving hunter.

rabite0 commented 4 years ago

Will add something like this when custom keybinds land, since this will make it easy to get the bindigs programatically. I'm going to work on that next. That's what you mean, right?

kvark commented 4 years ago

I mean just the standard keys, even. With custom bindings that would be more relevant for sure :)

wallace11 commented 4 years ago

I'm not sure if it's related to this issue, but I cannot define any keys even though I set them correctly (I think):

$ cat ~/.config/hunter/keys
Top=gg
Bottom=G
PageUp=C-u
PageDown=C-d
rabite0 commented 4 years ago

Huh, yeah, that's currently not possible. Atm you can only define a single key (with modifiers) to an action. So you have to define it as

Top=g

Defining bindings like gg will be possible when I implement layered/key sequence bindings. See #69

blargg commented 4 years ago

I wrote #82 to attempt to address this issue. Let me know if this meets all the requirements, or any other suggestions.