GNU-devel ELPA - loccur

loccur

Description
Perform an occur-like folding in current buffer
Latest
loccur-1.2.4.0.20201130.183958.tar, 2021-Oct-09, 20.0 KiB
Maintainer
Alexey Veretennikov <alexey.veretennikov@gmail.com>
Home page
https://github.com/fourier/loccur
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET loccur RET

Full description

Add the following to your .emacs file:

    ;; defines shortcut for loccur of the current word
    (define-key global-map [(control o)] 'loccur-current)
    ;; defines shortcut for the interactive loccur command
    (define-key global-map [(control meta o)] 'loccur)
    ;; defines shortcut for the loccur of the previously found word
    (define-key global-map [(control shift o)] 'loccur-previous-match)

Old versions

loccur-1.2.4.0.20201130.233958.tar.lz2020-Dec-144.95 KiB