-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vim normal mode cursor not present #7233
Comments
I don't know if you're comfortable with the solution but you can change the cursor style using: {
"cursorShape": "filledBox"
} |
Thanks for the help. That changes the cursor style to the expected filled box, but it doesn't change to the expected style in insert mode. The "|". |
You might find a solution here: |
So, this is largely a /duplicate of #4335. There's a lot you can do to configure the cursor using the escape sequences documented in those comments, but by and large vim using the Windows cursor Api is just something we're not going to be able to support fully. Once they make the move to VT, we'll be golden. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Environment
Steps to reproduce
vim test.txt
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: