Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Latest commit

 

History

History
78 lines (47 loc) · 1.65 KB

README.md

File metadata and controls

78 lines (47 loc) · 1.65 KB

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.