You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run npx npm-check-updates --color --install always --interactive --format group,repo && npm audit fix on any project that has updates.
Current Behavior
The keys j & k do not scroll through the options.
Expected Behavior
j scrolls down and k scrolls up.
This used to work. I don't know at what point it stopped working. I know that this is probably not a big deal but these keys are much easier to use than the arrow keys for those of use who are used to VIM keyboard shortcuts. I'd be willing to help with a PR for this if someone would be kind enough to point me in the right direction on the implementation.
Thanks for the awesome tool!
The text was updated successfully, but these errors were encountered:
It looks like k and j are mapped to up and down, but apparently isSelect is false. Maybe broke when heading support was added to multiselect mode. Luckily only 14 commits were added so it shouldn't be hard to track down.
Steps to Reproduce
.ncurc:
Dependencies:
n/a
Steps:
Run
npx npm-check-updates --color --install always --interactive --format group,repo && npm audit fix
on any project that has updates.Current Behavior
The keys
j
&k
do not scroll through the options.Expected Behavior
j
scrolls down andk
scrolls up.This used to work. I don't know at what point it stopped working. I know that this is probably not a big deal but these keys are much easier to use than the arrow keys for those of use who are used to VIM keyboard shortcuts. I'd be willing to help with a PR for this if someone would be kind enough to point me in the right direction on the implementation.
Thanks for the awesome tool!
The text was updated successfully, but these errors were encountered: