VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
14k stars 1.32k forks source link

Cursor confusing behaviour in visual mode #9349

Open Silzinc opened 3 weeks ago

Silzinc commented 3 weeks ago

Hello,

In visual mode, I see the cursor right ahead of the selection. I find it rather confusing even with a thin cursor, especially when selecting blocks of code (see videos below). In neovim, I have a block cursor at the last selected character, which makes more sense to me.

Is it possible to have a setting that changes this ? Thank you in advance.

VSCodeVim

https://github.com/user-attachments/assets/e16c2fc6-6ae4-4dd9-b7a1-bcc2bee1f6e2

Neovim

https://github.com/user-attachments/assets/d30ceef3-ba20-4e07-b371-223641032182

Hadley99 commented 2 hours ago

yes facing the similar issue, why does the cursor change from block to line in vscode image

Notice the cursor at the end of "<Drawer" this is in visual line mode

when i change the cursor setting to block in visual line mode like so, image

Notice how that thin cursor has become a block image