Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable smartcase? #12

Open
tul opened this issue Dec 9, 2019 · 4 comments
Open

Disable smartcase? #12

tul opened this issue Dec 9, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@tul
Copy link

tul commented Dec 9, 2019

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.

@AlexPl292
Copy link
Owner

AlexPl292 commented Dec 9, 2019

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?

@tul
Copy link
Author

tul commented Dec 17, 2019

Yes please, that would be great :)

@tul
Copy link
Author

tul commented Dec 17, 2019

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

@AlexPl292 AlexPl292 added the enhancement New feature or request label Jan 26, 2020
@zyf0330
Copy link

zyf0330 commented Jan 19, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants