guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Question: Is there any way to make `u` undo to behave like Sublime Text's Undo? #1111

Closed saneef closed 1 year ago

saneef commented 1 year ago

Here is how the native Sublime Text Undo behaves

https://github.com/guillermooo/Vintageous/assets/81863/3eafbf6c-d028-4c6f-ae35-88f1e0536b03

But, when I'm using the Vintageous's undo u it deletes a group of changes.

https://github.com/guillermooo/Vintageous/assets/81863/41a54957-7114-4c60-be9a-bfe8ecb22866

I want to go back one change at a time. Is there any way to make u to go back one change at a time?