Custom key binds / aligning key binds with Vim #371
archer-321
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, thanks for maintaining this fork! I recently gave Pulldash a try for a couple of complex PRs, and it's already solving most UX problems I have with GitHub's "vanilla" PR UI.
Especially the interdiff view is a lifesaver ❤️
However, coming from Vim & Helix, I constantly confused the j/k and ↓/↑ keys.
I'd really like to rebind j/k to h/l and ↓/↑ to j/k.
At the moment, the key binds seem to be hardcoded. Especially with modifier keys, I'm unsure whether it'd be easier to add a simple "Vim mode" toggle instead.
Are custom key binds in-scope for this project?
All reactions