Hacker News new | ask | show | jobs
by 1buran 790 days ago
Hello! First of all, I'm glad to say you thank for feedback!

> Like I don't see how the author proposes Enter for navigating in the parameters but no way to get back when you want to edit something you've went before.

Current key bindings for navigation:

Shift+right next item Shift+left prev item

Enter set value (and move to the next one)

In demo I used Enter for moving because vhs doesn't support shift+right/left combinations, also there is historical reason of use enter - bubbletea examples =)

Anyway the current key bindings is not ideal, I'd say more: it may conflict with particular terminal key bindings of someone who has the same key binding for another things, so to solve this problem I want make all them configurable like I did recently for colors - every color value may be overridden in config, I want the same for key bindings.