danil / ido-occur

ido-occur deprecated, use Swiper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MELPA

Ido occur

ido-occur deprecated, use Swiper

Yet another occur with ido

ido-occur

Description

Search lines in current buffer like occur interactively with ido

Dependencies

Installation

Via melpa: M-x package-install ido-occur.

Usage

Run ido-occur or to create key binding

(global-set-key (kbd "C-c o") 'ido-occur)

Occur at point

This comes in handy to be able to open ido-occur at point

(global-set-key (kbd "C-c O") 'ido-occur-at-point)

Occur from Isearch

Another use case would be to open ido-occur from isearch

(define-key isearch-mode-map (kbd "C-o") 'ido-occur-from-isearch)

Settings

Optionally you can configure ido-vertical-mode or ido-grid-mode

Alternatives

Contributing

See the CONTRIBUTING.md file.

License

See the COPYING file.

About

ido-occur deprecated, use Swiper

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%