smoka7 / multicursors.nvim

A multi cursor plugin for Neovim.
MIT License
492 stars 15 forks source link

Documentation suggests normal multicursor mode "u" is bound to both "lowercase" and "undo" #85

Closed doulighan closed 6 months ago

doulighan commented 8 months ago

The Normal mode keymaps dropdown says "u" is bound to both, however in config.lua it appears there is no "undo" function outside of Extend mode.

Pretty new to neovim, so maybe I'm missing something! But I can't find a way to undo insert mode changes, outside of exiting multicursor completely and sending a bunch of undo events.

multi

smoka7 commented 8 months ago

You're right, I'll push a fix.