IdeaVim-EasyMotion icon indicating copy to clipboard operation
IdeaVim-EasyMotion copied to clipboard

Disable smartcase?

Open tul opened this issue 4 years ago • 4 comments

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.

tul avatar Dec 09 '19 14:12 tul

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?

AlexPl292 avatar Dec 09 '19 14:12 AlexPl292

Yes please, that would be great :)

tul avatar Dec 17 '19 15:12 tul

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).

tul avatar Dec 17 '19 15:12 tul

I set let g:EasyMotion_smartcase = 1, but <Leader>n just searchs same characters as what I input, doesn't respect smartcase.

zyf0330 avatar Jan 19 '22 05:01 zyf0330