emacsorphanage / helm-swoop

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

RFI/Hep sought: stop defaulting to thing at point? #177

Closed rileyrg closed 4 years ago

rileyrg commented 4 years ago

afaik the helm "norm" is not to pick up thing at point and to fetch thing at point using M-n if you so want. Can I configure helm-swoop to adhere to this?

cireu commented 4 years ago

You may use

(setq helm-swoop-pre-input-function (lambda () ""))
rileyrg commented 4 years ago

Thank you. I later found this here:-

changing helm-swoop default search term

Would be super nice if it could pre-select the search term so that typing over it works without the need to kill it first.