Vscode in the VIM Insert Shear board and other issues

Source: Internet
Author: User
Tags exit in

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.