I reduced my _vsvimrc file to a single line :
inoremap jk <esc>
Now whenever I hit jk
or esc
directly, it gets back to normal mode but also puts the cursor at the column 0 : gif showing the behavior.
Removing the mapping of jk
resolves the issue.
Is this expected behavior ? I did the same test in Gvim and it does not seem to have the same issue.