Search code examples
visual-studio-codevim-plugin

VimPlugin cursor does not update position on click


I am using vim plugin in VSCode. Sometimes, when I am in normal mode, I like to use my mouse to navigate, especially, if it is a big file. So I scroll to the new place, click there and try to begin editing my code by going back to the insert mode. However, when I use the insert mode, the cursor goes back to where it was before.

Vim cursor does not seem to remember the position of the new cursor updated on click. Is there any way to change this behaviour?


Solution

  • I stumbled upon this thread on github.

    As for the rest of the people having issues after version 1.17.0 there is now a new version 1.17.1 that might fix some of the issues you're facing.

    So looks like it was a problem in version 1.17.0 but was fixed in the update 1.17.1