Skip to content

colon brings up vscode command palette not vim command #7939

Answered by simohauml
simohauml asked this question in Q&A
Discussion options

You must be logged in to vote

There is a key mapping setting for VIM extension in my settings.json. Cann't remember where it is from. Remove it solves the problem.

{
    "before": [":"],
    "commands": [
        "workbench.action.showCommands"
    ]
},

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by simohauml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant