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

Customizable key bindings #109

Open
nitnelave opened this issue Dec 21, 2022 · 0 comments
Open

Customizable key bindings #109

nitnelave opened this issue Dec 21, 2022 · 0 comments

Comments

@nitnelave
Copy link

For users with a non-standard keyboard (e.g. dvorak), the default vim key bindings are not great.

It would be awesome to be able to remap them, ideally in a config file.

Ideas:

  • Either as letter-to-letter, e.g. "remap t j" makes "t" go down (like vim nnoremap)
  • Or as letter to command name, e.g. "map t moveDown": overwrites the current (if any) shortcut for "t" to do the action "moveDown". There would be a default mapping for "j" to "moveDown".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant