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
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.
The text was updated successfully, but these errors were encountered:
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?
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).
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 bothr
andR
.The text was updated successfully, but these errors were encountered: