hunter icon indicating copy to clipboard operation
hunter copied to clipboard

Help key binding

Open kvark opened this issue 5 years ago • 5 comments

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

kvark avatar Jul 08 '19 20:07 kvark

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?

rabite0 avatar Jul 17 '19 21:07 rabite0

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

kvark avatar Jul 17 '19 21:07 kvark

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

wallace11 avatar Aug 04 '19 03:08 wallace11

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

rabite0 avatar Feb 05 '20 17:02 rabite0

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

blargg avatar Mar 05 '20 23:03 blargg