One of my most beloved features in Vim is using ctrl + o
for moving to recent previous positions, and ctrl + i
to restore (moving forward) the cursor.
For some reason in my VSCode this would not work correctly all the time. Sometimes the cursor jumps to a totally wrong position, that I might have visited before, but seems totally random.
I'm wondering does anyone else have experienced this before, is this maybe a setting? I'm running on vscodevim 1.23.2
which seems to be the latest.
Thank you