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

In modern versions of Vim (and Neovim), doing an action on something in parens will jump to the next instance of those parens and perform the action on them if...

I'm opening this issue due to the unsatisfactory selection behavior in pdf-tools when using evil. Without the evil package, one can just select text in pdf-tools at any time. However,...

I'm having some problems when using pdf-tools along with evil, some commands don't work when in visual state. How can I disable visual state only on pdf-mode? # Issue type...

This is a low-level fix for the composed characters problem (see #1656). The idea is to prevent `evil-range` from returning a range that lands inside a sequence of composed characters....

This PR adds a variable `evil-change-prevent-kill-ring` that if non-nil causes the text deleted from a call to `evil-change` to be stored in the void register by default.

I found an issue with `evil-repeat` in combination with `evil-paste-pop-next`. With the following text: line1: setDateBegin line2: setDateToChange(getSomeOtherStart) 1. place the point at `ToChange` 2. replace it with `Begin` via...

# Issue type - Bug report # Environment Emacs version: 27.0.91 Operating System: macOS Catalina Evil version: 1.14.0 Evil installation type: MELPA Graphical/Terminal: Graphical Tested in a `make emacs` session...

# Issue type - Question # Environment Emacs version: 28.0.50 Operating System: NixOS 20.03 Evil version: Evil version evil-git-d243eae Evil installation type: manual Graphical/Terminal: Graphical Tested in a Yes #...

# Issue type - Bug report # Environment Emacs version: GNU Emacs 29.1.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-09-02 Operating System: Arch Linux Evil version:...

This fixes one warning and adds a check that makes sure that CI will fail if a pull-request contains byte-compilation errors. As part of that we replace "emacs-snapshot" in CI...