Y
Hacker News
new
|
ask
|
show
|
jobs
by
xigoi
766 days ago
Doesn’t multicursor also require thinking about the exact motion, since if you do it wrong, there is no way to undo?
1 comments
ratorx
766 days ago
I’m fairly sure VS Code supports undo whilst using multicursor? Why do you say that undo is not possible?
If it’s an inbuilt feature, the editor can definitely support undos.
link
xigoi
766 days ago
I meant undo for motions, not edits. I’m pretty sure Neovim does not have that. (There is <c-o>, but only for large motions.)
link
If it’s an inbuilt feature, the editor can definitely support undos.