You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
but this doesn't work to ensure is not overwritten by the plugin.
The text was updated successfully, but these errors were encountered: