vim

For discussion on all things (neo)vim.
timo 2020-07-29T11:24:45.428Z

anyone here uses parinfer-rust and has problems with undo/redo in vim/neovim? I can only undo a certain amount of changes, then it undos more but does not change anything 😕 redoing is then not possible anymore.

➕ 1
uosl 2020-08-01T10:09:31.435100Z

Yes. I have learned to live with it. If you absolutely need to undo past that point, you can do :earlier 1f and some other undo ex-commands https://vim.fandom.com/wiki/Using_undo_branches

timo 2020-08-03T09:22:10.436300Z

👍thanks