emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

Case Sensitivity #93

Closed xin-jin closed 5 years ago

xin-jin commented 8 years ago

How to make the search case sensitive?

wusticality commented 7 years ago

I'm also curious about this, is there a way to force case-sensitive search with helm-swoop?

durableOne commented 5 years ago

I managed to get case sensitivity by forcing helm itself to be case-sensitive:

(setq helm-case-fold-search nil) (setq case-fold-search nil)

is what you need. Note that both lines are needed since setting helm-case-fold-search to nil simply makes helm follow the behavior of case-fold-search. The above will add case sensitivity to all helm searches and emacs' isearch not just helm-swoop. This works for me because I'm religious about case-sensitive search and I have isearch and evil-search overriden by helm-swoop anyway; it may or may not be what you want, though.

conao3 commented 5 years ago

Is this still an issue? It seems to outdated this issue. Please comment if you are still facing this issue. This issue will be closed this September.