emacsorphanage / helm-swoop

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

How to disable reading input as regexps? #201

Open formbi-kupiec opened 3 years ago

formbi-kupiec commented 3 years ago

Swoop reads the input as regexps, which is annoying when one tries to search for stuff like brackets. By default isearch treats the input literally and for regexps one can use isearch-{forward,backward}-regexp. Is there a way to do something like that with swoop?