VS Code Mac cursor needs to enter insert mode to edit

There is a very annoying thing after I just installed VS Code on my Mac. Every time I open a file, I need to press " i" in the English input mode to enter the editing mode before I can edit the content. This is also required after using copy.
vim comes with Mac, so there won't be this problem on Windows.

After flipping through the settings, I found a way to modify it:
enter the settings page, shortcut key: Command + , or: Code -> Preferences -> Settings

Insert image description here


In: Extensions -> Vim -> Start Insert Mode, check the box to enter insert mode by default, or disable the Vim plug-in directly.
Insert image description here


For some other common settings of the cursor, I am used to the line style, and I have used IDEA to turn off the smooth animation.

Insert image description here

Guess you like

Origin blog.csdn.net/qq_39420519/article/details/126368560