Introduction ๐
Have you ever wanted to undo just a part of your code in Neovim without affecting the rest of the file? Traditional undo (u) in Vim restores the entire buffer state, which isnโt always ideal when working with specific selections.
Thatโs where select-undo shines, a Neovim plugin that lets you selectively undo text within a visual selection! ๐ฏ
โจ Features
โ
Undo entire lines within a selection
โ
Undo only part of a line
โ
Persistent undo support
โ
Works seamlessly with Neovimโs undo tree
๐ Try It Out!
If youโre a Neovim user who loves precision, give select-undo a try!
๐ Check out the repository: select-undo
Have any feedback or feature requests? Drop a comment below! ๐
Top comments (0)