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

Better default remap_keys #10

Open
simonmandlik opened this issue Aug 30, 2023 · 1 comment
Open

Better default remap_keys #10

simonmandlik opened this issue Aug 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@simonmandlik
Copy link

It would make sens to me to also use g* and g#, so

remap_keys = { "/", "?", "*", "#", "g*", "g#", "n", "N"}

@asiryk
Copy link
Owner

asiryk commented Jan 12, 2024

This is a good idea but a bit tricky to implement. This plugin utilises vim.on_key subscription which accepts only 1 character.

Currently I don't have time to implement it, but I'll gladly accept PR with this improvement.

@asiryk asiryk added the enhancement New feature or request label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants