

GitHub - emacs-evil/evil: The extensible vi layer for Emacs.
source link: https://github.com/emacs-evil/evil
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Evil is an extensible vi layer for Emacs. It emulates the main features of Vim, and provides facilities for writing custom extensions. Also see our page on EmacsWiki.
Installation
See the official documentation for installation instructions. We recommend using package.el.
As a quickstart, you can add the following code to your Emacs init file.
;; Set up package.el to work with MELPA (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (package-initialize) (package-refresh-contents) ;; Download Evil (unless (package-installed-p 'evil) (package-install 'evil)) ;; Enable Evil (require 'evil) (evil-mode 1)
Dependencies
-
Evil requires Emacs 24.1 or later.
-
Evil requires any of the following for
C-r
: -
For the motions
g;
g,
and for the last-change-register.
, Evil requires the goto-chg.el package (available via MELPA and NonGNU ELPA), which provides the functionsgoto-last-change
andgoto-last-change-reverse
. -
For Emacs 24.1 and 24.2 Evil also requires cl-lib.
Documentation
The latest version of the documentation is readable online here. It is also available as PDF and as EPUB.
Mailing list
Evil is discussed at the gmane.emacs.vim-emulation mailing list.
Visit us on irc.libera.chat #evil-mode
.
Contribution
See CONTRIBUTING.md for guidelines for issues and pull requests.
Recommend
-
176
tsuru What is tsuru? tsuru is an extensible and open source Platform as a Service (PaaS) that makes application deployments faster and easier. With tsuru, you don’t need to think about servers at all. As an application developer,...
-
168
-
96
README.org Emacs Dashboard
-
45
Join GitHub today GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
-
11
Evil--在Emacs中模拟Vim 这篇文章过时了,参见皈依Emacs,现在我对操作方式有较大调整。 Vim模拟平心而论,Vim的m...
-
12
evil-markdown-mode Supplemental evil-mode key-bindings to Emacs markdown-mode. This is inspired by https://github.com/Somelauw/evil-org-improved and
-
10
Talking never moves anything in Emacs, never did, never will. — 2021 Maintainer of GNU Emacs, who then proceeded to keep talking. Frequently Anticipated Questions This is the oft ideated, never su...
-
4
Code faster by extending Emacs EVIL text object I use EVIL text object a lot. For example, press vi( to select the code snipp...
-
3
Usage You’ll notice this page is pretty sparse. Kele is an early-stage package with lots of room to grow. Stay tuned for more! Kele doesn’t have a default keybinding prefix for its commands. All exam...
-
6
Seaman Emacs Seaman Emacs is a literate, layer-based Emacs configuration framework designed to give you maxim...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK