vamolessa / verco

A simple Git/Mercurial/PlasticSCM tui client based on keyboard shortcuts
229 stars 13 forks source link

Add vim like scroll navigation #5

Closed jerielverissimo closed 3 years ago

vamolessa commented 4 years ago

Hey, thanks for the PR.

Although this works, using regular keypresses for scrolling would conflict with the main command keybindings. It just happens that now we have no command that starts with j or k.

So, if we use this, we would have to accept to never have commands starting with j or k. Also, it would lose consistency with commands that use the select screent (commit selected and revert selected) in which you can just type a word to fuzzy filter entries.

vamolessa commented 3 years ago

closing this since j k movement is now implemented in the new ui