We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
remap_keys
It would make sens to me to also use g* and g#, so
g*
g#
remap_keys = { "/", "?", "*", "#", "g*", "g#", "n", "N"}
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
It would make sens to me to also use
g*
andg#
, soremap_keys = { "/", "?", "*", "#", "g*", "g#", "n", "N"}
The text was updated successfully, but these errors were encountered: