Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support hjkl in addition to arrow keys. #3784

Open
1 task done
yhakbar opened this issue Jan 17, 2025 · 0 comments
Open
1 task done

Support hjkl in addition to arrow keys. #3784

yhakbar opened this issue Jan 17, 2025 · 0 comments
Labels
contributions-requested Requesting contributions from the community enhancement New feature or request preserved Preserved issues never go stale

Comments

@yhakbar
Copy link
Collaborator

yhakbar commented Jan 17, 2025

Describe the enhancement

Adding support for hjkl is a simple way to make catalog more convenient for users familiar with vim and lets users avoid leaving the home row.

  • h --> left
  • j --> down
  • k --> up
  • l --> right

Definitely not a priority now, but it should also be a very minor change. We just need to update the key bindings for navigation to add the additional keys. We should definitely avoid binding anything else to these keys to avoid incompatibility here.

RFC Not Needed

  • I have evaluated the complexity of this enhancement, and I believe it does not require an RFC.
@yhakbar yhakbar added contributions-requested Requesting contributions from the community enhancement New feature or request preserved Preserved issues never go stale labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions-requested Requesting contributions from the community enhancement New feature or request preserved Preserved issues never go stale
Projects
None yet
Development

No branches or pull requests

1 participant