Open tuhdo opened 9 years ago
I am having a similar issue. Took the hooks from above and tried to modify the helm-swoop-split-window-function so that the target buffer would scroll, but to no avail. The swoop session always scrolls synchronously my left-most/top-left-most buffer.
These are two of the functions I tried:
(setq helm-swoop-split-window-function 'helm-default-display-buffer)
(setq helm-swoop-split-window-function '(lambda ($buf) (display-buffer $buf))
Here is how to reproduce:
popwin
and enable it for managing Helm windows:helm-swoop
. Nowhelm-swoop
cannot scroll as I move to next/previous candidate.