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

Can aerojump fuzzy search on multiple words? If so, how do we remove the <space> keymaps? #22

Open
ThSGM opened this issue Nov 15, 2023 · 0 comments

Comments

@ThSGM
Copy link

ThSGM commented Nov 15, 2023

Can you essentially do a search on multiple words separated by space? If so, how do ensure the key does not map to AerojumpSelect? I've tried something like this:

let g:aerojump_keymaps = {
			\ "<C-space>": "AerojumpSelect",
			\ }

but this doesn't work to ensure is not overwritten by the plugin.

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