emacsorphanage / helm-swoop

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

Browing through search results buffer doesn't jump to occurrence #207

Closed sathishmanohar closed 1 year ago

sathishmanohar commented 1 year ago

I am using helm-projectile-ag to search for a string across all files inside a project. I get a split like this.

image

Navigating within results works fine with <C-n> and <C-p> but automatic previews when cycling through results doesn't work.

Previews with <C-j> does work fine. How to enable automatic previews when cycling through results?