I added the following to swiper-all so that navigating the list shows the item in its buffer
:update-fn (lambda () (swiper-multi-action-2 ivy--current))
I'm not sure if it was deliberately left out or not (doesn't seem to be slow). In helm, enabling this behavior is via helm-follow-mode which can be toggled while executing a command. I don't see a way in swiper I can enable this without redefining the defun in my config and missing out on any future updates without manually checking them.
I added the following to swiper-all so that navigating the list shows the item in its buffer
:update-fn (lambda () (swiper-multi-action-2 ivy--current))
I'm not sure if it was deliberately left out or not (doesn't seem to be slow). In helm, enabling this behavior is via helm-follow-mode which can be toggled while executing a command. I don't see a way in swiper I can enable this without redefining the defun in my config and missing out on any future updates without manually checking them.