loccur 
- Description
- Perform an occur-like folding in current buffer
- Latest
- loccur-1.2.5.tar (.sig), 2024-Jun-10, 60.0 KiB
- Maintainer
- Alexey Veretennikov <alexey.veretennikov@gmail.com>
- Website
- https://github.com/fourier/loccur
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
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.tar.lz | 2024-Mar-31 | 4.98 KiB |
| loccur-1.2.4.el.lz | 2019-Oct-22 | 4.30 KiB |
| loccur-1.2.3.el.lz | 2016-Dec-26 | 3.83 KiB |
| loccur-1.2.2.el.lz | 2016-Jan-30 | 3.57 KiB |