|
|
|
|
|
by justinnhli
1942 days ago
|
|
Ditto. Unless I have to go back a lot of edits, I don't actually use the plugin that often. I've mapped my undo/redo keys to traverse the undo tree instead of the undo stack: nnoremap u g- nnoremap <C-r> g+ It takes a little bit of getting use to, but it takes care of most instance where I need a previous edit from a minute ago. |
|