74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

Cursor does not get updated in grid mode #81

Open RzvnB opened 5 years ago

RzvnB commented 5 years ago

When you have multiple editors in a grid / split mode, the Vim mode is global - if you are in insert mode in a file in one region, when you move to a new region the mode will be the same. The cursor however, does not reflect this global mode - it reflects the last mode that was active when you were in that region.

74th commented 5 years ago

OK, I confirmed it has a problem. This problem is only cursor mode.