evil-anzu 
- Description
- anzu for evil-mode
- Latest
- evil-anzu-0.2.0.20250316.121704.tar (.sig), 2025-Mar-16, 10.0 KiB
- Maintainer
- Syohei YOSHIDA <syohex@gmail.com>, Fredrik Bergroth <fbergroth@gmail.com>
- Website
- https://github.com/syohex/emacs-evil-anzu
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
evil-anzu

Screencast
Installation
You can install evil-anzu.el from MELPA with package.el.
Configuration
You can use evil-anzu.el
only loading.
;; Emacs 24.4 or higher
(with-eval-after-load 'evil
(require 'evil-anzu))
;; Emacs <= 24.3
(eval-after-load 'evil
'(progn
(require 'evil-anzu)))
Old versions
evil-anzu-0.2.0.20220911.193944.tar.lz | 2024-Mar-31 | 1.91 KiB |
evil-anzu-0.2.0.20200514.190259.tar.lz | 2022-Jan-06 | 1.84 KiB |
News
Revision history for evil-anzu.el Revision 0.03 2015/01/25 fbergroth - Support evil-search search module (GordonGustafson) Revision 0.02 2015/01/22 syohex - Implement more simply - Support all search commands Thanks fbergroth Revision 0.01 2015/01/20 syohex - Initial release