-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Description
Issue type
- Question
Environment
Emacs version: GNU Emacs 30.0.90
Operating System: Arch Linux
Evil version: Evil version 1.15.0
Evil installation type: MELPA
Graphical/Terminal: Graphical
Reproduction steps
- Start Emacs
- Have the following buffer contents (⋆ is the cursor):
aa⋆aa
bbbbb
ccccc
- Enter
djin normal mode
Expected behavior
The motion should delete both the current and next lines, leaving only ccccc left.
Actual behavior
The motion deletes downwards as expected, but does so as if it was performed in visual mode (not visual line mode which the motion should be emulating). This leaves me with the following buffer contents:
aabbb
ccccc
Further notes
I assume this is intended behaviour on the part of this library, but I find this borderline unusable. Is there a means to configure or fix this behaviour?
Metadata
Metadata
Assignees
Labels
No labels