We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
u
evil-undo (u) hides the fake cursors until they are moved, undo (C-/) keeps them visible.
evil-undo
undo
C-/
With multiple words in a buffer.
abc abc abc
grm
ab[c] ab[c] ab[c]
i
ab|c ab|c ab|c
x
abx|c abx|c abx|c
esc
ab[x]c ab[x]c ab[x]c
ab[c] abc abc
The fake cursors disappeared. The mode line still shows: emc:3
emc:3
Moving the cursors left: h Shows the fake cursors.
h
a[b]c a[b]c a[b]c
The fake cursors should remain visible. This behavior is observed when the Emacs undo command is used: C-/ (it calls undo)
evil-mc-20210730.1752 GNU Emacs 27.2 (build 1, x86_64-w64-mingw32) of 2021-03-26 Windows 21H1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
evil-undo
(u
) hides the fake cursors until they are moved,undo
(C-/
) keeps them visible.Reproduction steps
With multiple words in a buffer.
grm
The cursors appear at the end of the words.
i
x
esc
u
(it callsevil-undo
)Observed
The fake cursors disappeared.
The mode line still shows:
emc:3
Moving the cursors left:
h
Shows the fake cursors.
Expected
The fake cursors should remain visible.
This behavior is observed when the Emacs undo command is used:
C-/
(it callsundo
)System Info
evil-mc-20210730.1752
GNU Emacs 27.2 (build 1, x86_64-w64-mingw32) of 2021-03-26
Windows 21H1
The text was updated successfully, but these errors were encountered: