aerojump.nvim icon indicating copy to clipboard operation
aerojump.nvim copied to clipboard

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

Open ThSGM opened this issue 2 years ago • 0 comments

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.

ThSGM avatar Nov 15 '23 12:11 ThSGM