evil icon indicating copy to clipboard operation
evil copied to clipboard

The extensible vi layer for Emacs.

Results 182 evil issues
Sort by recently updated
recently updated
newest added

# Issue type - Question - Help wanted # Environment Emacs version: Operating System: Evil version: Evil installation type: ELPA Graphical/Terminal: Graphical Tested in a `make emacs` session: No #...

Hi. Currently Evil automatically enables `visual-state` whenever the mark is activated outside of `visual-state`, `insert-state`, and `emacs-state`. ![image](https://github.com/emacs-evil/evil/assets/29102529/56e392ad-d178-41d3-82dd-96f1cda57ea0) As you can see, these 3 states are hard-coded into this function...

Enhancement request # Environment Emacs version: 28.1 Operating System: Fedora 36 Evil version: 1.15.0 Evil installation type: MELPA Graphical/Terminal: both # Reproduction steps - Start Emacs - Want to switch...

# Issue type Issue with core feature of vim, changing and deleting text between tags - Bug report # Environment Emacs version: 28.2 (Build 2 x86_64-w64-mingw32) of 2022-09-13 Operating System:...

Combined ex commands deviate from Vim behavior # MWE ```txt 1 2 3 4 5 ``` With cursor on the line with `5`: 1. Yank 3 lines up and put...

# Issue type - Bug report # Environment Emacs version: 27.1 Operating System: Debian Bullseye Evil version: 1.15.0 Evil installation type: Melpa Graphical/Terminal: Yes # Reproduction steps - Start Emacs...

# Issue type - Enhancement request # Environment Emacs version: 28.2 Operating System: NixOS x86_64 Evil version: 1.15.0 Evil installation type: MELPA Graphical/Terminal: Graphical # Reproduction steps - Start Emacs...

When the type is screen-line and multiple real lines are spanned, make evil-change behave like it does for the line type (e.g., by adding and indenting a new line after...

Steps to reproduce the issue: - Create files `a` `b` `c` with the following content: ``` $ head a b c ==> a c