evil
evil copied to clipboard
The extensible vi layer for Emacs.
Proposed in https://github.com/emacs-evil/evil/issues/1882#issuecomment-2046965282.
Opting for a single package per repository appears to be a preferable option, as indicated in melpa/melpa#8172. This approach also streamlines the process of conducting CI tests and enhances clarity...
# Issue type - Bug report # Issue Selecting text in `prettify-symbols-mode` in Evil visual mode: Suppose the text is `\alpha\beta\gamma`, prettified as `αβγ`. Selecting from right to left typing...
# Issue type - Bug report # Environment Emacs version: commit a9b28224af0f73d1fe0f422e9b318c5b91af889b (tag: emacs-29.1) Operating System: xubuntu 22.04 Evil version: commit a7ffa73bbdc523c0e473d79c0ded7c6457bcb65c (HEAD -> master, origin/master, origin/HEAD) Evil installation type:...
# Issue type - Bug report # Environment Emacs version: GNU Emacs 29.3 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.16.0, Xaw3d scroll bars) of 2024-03-25 Operating System: Ubuntu 22.04.4...
# Issue type - Bug report # Environment Emacs version: GNU Emacs 29.3 (build 2, x86_64-unknown-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-03-25 Operating System: Linux void 6.6.22_1 SMP...
# Issue type - Bug report # Environment Emacs version: GNU Emacs 29.1 (build 1, aarch64-apple-darwin23.2.0, Carbon Version 170 AppKit 2487.3) of 2024-04-10 Operating System: macOS Sonoma Evil version: Evil...
In evil mode, `gf` doest work when path under cursor has common ancstor with current buffer file. This seems to be a common situation. For example, suppose I have the...
1. Use evil-20240619.63707 2. Open an empty buffer and write down several random lines. 3. Shift+V to select the line. 4. `>` to indent the line. 5. Repeat 3 and...