]> code.delx.au - gnu-emacs-elpa/commit
Make "j"/"k" feedback more solid in ivy-occur buffers
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 11 Apr 2016 14:16:02 +0000 (16:16 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 11 Apr 2016 14:17:47 +0000 (16:17 +0200)
commit119a15123f035d16ed35f96e9002911c724d5e9b
tree03be6218b702420117c386aee5c79b45f63f9e19
parent615dd90094131cc95fe2d5851864ca0a5531bcfc
Make "j"/"k" feedback more solid in ivy-occur buffers

* ivy.el (ivy-occur-timer): New defvar.
(ivy-occur-press): Do the overlays also for `counsel-grep'. Put
`swiper--cleanup' on a 1 second timer.

Tip: pressing "c" in *ivy-occur* buffers toggles to "calling state".
When in the calling state, "j" and "k" will auto-follow the candidate.
ivy.el