When undoing changes the cursor jumps to random line number I have not made changes to. How do I prevent this?
A plugin is probably messing up your changelist (see :h changelist
). Try starting Neovim with no configuration (nvim --clean
) and see if this still happens. If it doesn’t, uninstall plugins one by one to find which one is causing the trouble.
1 Like