evil 
- Description
- Extensible vi layer
- Latest
- evil-1.15.0.0.20250929.165020.tar (.sig), 2025-Sep-29, 1.41 MiB
- Maintainer
- Tom Dalziel <tom.dalziel@gmail.com>
- Website
- https://github.com/emacs-evil/evil
- Browse ELPA's repository
- CGit or Gitweb
- Badge
- Manual
- evil
To install this package from Emacs, use package-install or list-packages.
Full description
Evil is an extensible vi layer for Emacs. It emulates the main
features of Vim, and provides facilities for writing custom
extensions.
Evil lives in a Git repository. To obtain Evil, do
git clone git://github.com/emacs-evil/evil.git
Move Evil to ~/.emacs.d/evil (or somewhere else in the `load-path').
Then add the following lines to ~/.emacs:
(add-to-list 'load-path "~/.emacs.d/evil")
(require 'evil)
(evil-mode 1)
Evil requires undo-redo (Emacs 28), undo-fu or undo-tree for redo
functionality. Otherwise, Evil uses regular Emacs undo.
https://codeberg.org/ideasman42/emacs-undo-fu
https://melpa.org/#/undo-fu
https://gitlab.com/tsc25/undo-tree
https://elpa.gnu.org/packages/undo-tree.html
Evil requires `goto-last-change' and `goto-last-change-reverse'
function for the corresponding motions g; g, as well as the
last-change-register `.'. One package providing these functions is
goto-chg.el:
https://github.com/emacs-evil/goto-chg
https://melpa.org/#/goto-chg
https://elpa.nongnu.org/nongnu/goto-chg.html
Without this package the corresponding motions will raise an error.
Old versions
| evil-1.15.0.0.20250812.102316.tar.lz | 2025-Aug-12 | 229 KiB |
| evil-1.15.0.0.20250318.181600.tar.lz | 2025-Mar-18 | 229 KiB |
| evil-1.15.0.0.20250302.65539.tar.lz | 2025-Mar-02 | 229 KiB |
| evil-1.15.0.0.20250227.183151.tar.lz | 2025-Feb-27 | 229 KiB |
| evil-1.15.0.0.20250121.180033.tar.lz | 2025-Jan-21 | 229 KiB |
| evil-1.15.0.0.20241229.162330.tar.lz | 2024-Dec-29 | 229 KiB |
| evil-1.15.0.0.20231225.160542.tar.lz | 2023-Dec-25 | 225 KiB |
| evil-1.15.0.0.20221229.173949.tar.lz | 2022-Dec-29 | 260 KiB |
| evil-1.14.0.0.20220424.222805.tar.lz | 2022-Apr-25 | 255 KiB |
| evil-1.14.0.0.20211223.175218.tar.lz | 2021-Dec-23 | 262 KiB |