emacsorphanage / helm-swoop

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

Documentation should probably mention def-projectile-commander-method #204

Open dvdkhlng opened 2 years ago

dvdkhlng commented 2 years ago

projectile-commander offers helm-multit-occur on key o. This can be re-directed to helm-swoop instead, via:

 (def-projectile-commander-method ?o
    "Run multi-occur on project buffers."
    (projectile-multi-occur))