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

danil/ido-occur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published