evil icon indicating copy to clipboard operation
evil copied to clipboard

Allow custom Evil states to keep the mark active

Open LemonBreezes opened this issue 1 year ago • 0 comments

Hi. Currently Evil automatically enables visual-state whenever the mark is activated outside of visual-state, insert-state, and emacs-state. image As you can see, these 3 states are hard-coded into this function so the user has no way to create a custom evil state which should not enter visual-state automatically. This causes problems such as https://github.com/gridaphobe/evil-god-state/issues/4.

I propose #1821 as a solution to this issue.

LemonBreezes avatar Aug 22 '23 19:08 LemonBreezes