Vim
Vim copied to clipboard
Cursor issue in visual mode
Describe the bug Extra block cursor is displayed in visual mode when vim.cursorStylePerMode.visual is set to anything.
To Reproduce Steps to reproduce the behavior:
- Set "vim.cursorStylePerMode.visual": "block-outline" for example
- I also have "editor.cursorStyle": "block" and "vim.cursorStylePerMode.normal": "block", but I have turned these off and the issue still occurs.
- Enter visual mode and move cursor.
Expected behavior Cursor should be block-outline.
Screenshots
Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.22.2
- VSCode version: 1.66.0
- OS: macOS Monterey version 12.0.1
Additional context I realize this isn't a very pressing issue, it just bugs me. On a separate note, is there any way to have a solid cursor in normal mode and a blinking cursor in insert mode? When I set cursor blinking to blink it blinks in both and when I set it to solid it is solid in both.
Yes, I have the same issue,
Is this normal?
I select a word, the cursor is not locate the word last character, but locate the next character after it.
Same issue here I don't even need to set vim.cursorStylePerMode.visual it will happen regardless. Version 1.14.1 seems to be the newest version where this doesn't occur (somewhat). It still shows a second cursor close to the first one.
Same here, the cursor is double width
same issue.
I'm having the same issue. I was hoping there'd be a solution by now 😔
I'm having the issue. Still waiting for a fix. Thanks for your help!
Setting > Vim> Cursor Style > line