-
Notifications
You must be signed in to change notification settings - Fork 626
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
"Smart" case-sensitivity during search #320
Labels
Comments
The auto method also seems to be how less -i works :-) |
Aha, I had searched the user manual and found nothing, but have now found there is a config option for case-insensitive searching. It would be nice to have the "auto" method though, so I'll leave this issue open. |
Yes, I like the idea of smart case-sensitive search. |
I'd also like to have a smartcase option, but the case-insensitive is already good ! |
hluk
added a commit
to hluk/tig
that referenced
this issue
Mar 22, 2017
hluk
added a commit
to hluk/tig
that referenced
this issue
Mar 22, 2017
hluk
added a commit
to hluk/tig
that referenced
this issue
Mar 22, 2017
This is simple solution which checks only uppercase ASCII letters. Fixes jonas#320
hluk
added a commit
to hluk/tig
that referenced
this issue
Mar 22, 2017
New option enables case-insensitive search only if current search expression doesn't contain any uppercase letters. This is simple solution which checks only uppercase ASCII letters. Fixes jonas#320
Merged
jonas
added a commit
that referenced
this issue
May 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be very nice if we could specify an option so that searching is always done case-insensitive.
Even better would be an auto option that is case-insensitive if the search expression is all lowercase, and case-sensitive otherwise (this is how my emacs works)
The text was updated successfully, but these errors were encountered: