ido-occur
deprecated, use Swiper
Search lines in current buffer like occur
interactively with ido
Via melpa: M-x package-install ido-occur
.
Run ido-occur
or to create key binding
(global-set-key (kbd "C-c o") 'ido-occur)
This comes in handy to be able to open ido-occur
at point
(global-set-key (kbd "C-c O") 'ido-occur-at-point)
Another use case would be to open ido-occur
from isearch
(define-key isearch-mode-map (kbd "C-o") 'ido-occur-from-isearch)
Optionally you can configure ido-vertical-mode or ido-grid-mode
See the CONTRIBUTING.md
file.
See the COPYING
file.