IdeaVim-EasyMotion
IdeaVim-EasyMotion copied to clipboard
Disable smartcase?
Thanks for this plugin.
Is there a way to stop it highlighting jump targets that do not match the case of the search character I have entered? Currently, if I do <leader><leader>fr
for example, it will show targets which are both r
and R
.
Hi! As you can see in the last sentence of this section, AceJump uses smartcase
search. Do you like to have an option to enable a case-sensitive search?
Yes please, that would be great :)
In Vim Easy motion, there is an option EasyMotion_smartcase
. It defaults to 0, but in this implementation it is behaving like it is 1 without being set (due to AceJump's base behaviour I guess).
I set let g:EasyMotion_smartcase = 1
, but <Leader>n
just searchs same characters as what I input, doesn't respect smartcase
.