Shear Board Sharing
This is very important, or every time the right-click menu will be dashed.
In the 用户设置
add:
"vim.useSystemClipboard": true,
Changes in the cursor
I think this is also important, after all, in the Vscode, the status bar is relatively small.
The possible values are: line, block, underline, Line-thin, Block-outline, and Underline-thin
"vim.cursorStylePerMode": { "normal": "block", "insert": "line-thin", "replace": "block-outline", },
Highlight Search
"vim.searchHighlightColor": rgba(150, 150, 150, 0.3),
JK Exit in insert mode
"vim.insertModeKeyBindings": [ { "before": ["j", "k"], "after": ["<Esc>"] } ],
Optional configuration
C-n off highlighting, leader+w save
"vim.otherModesKeyBindingsNonRecursive": [ { "before":["<C-n>"], "after":[], "commands": [ { "command": ":nohl", "args": [] } ] }, { "before": ["leader", "w"], "after": [], "commands": [ { "command": "workbench.action.files.save", "args": [] } ] } ],
Reference links
Vscodevim
Vscode in the VIM Insert Shear board and other issues