evil-anzu

https://github.com/syohex/emacs-evil-anzu.git

git clone 'git://github.com/syohex/emacs-evil-anzu.git'
9

evil-anzu melpa badge melpa stable badge

anzu for evil-mode

Screencast

evil-anzu

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)))