Svtter
10/4/2017 - 7:22 AM

visual studio vi map esc settings

visual studio vi map esc settings

{
    "vim.insertModeKeyBindings": [{
        "before": [
            "d",
            "f"
        ],
        "after": [
            "<Esc>"
        ]
    }],
    "vim.otherModesKeyBindingsNonRecursive": [{
        "before": [
            ":"
        ],
        "after": [],
        "commands": [{
            "command": "workbench.action.showCommands",
            "args": []
        }]
    }],
    "vim.useCtrlKeys": true,
    "vim.easymotion": true,
    "vim.incsearch": true,
    "vim.leader": ",",
    "vim.disableAnnoyingNeovimMessage": true,
    "workbench.colorTheme": "Monokai"
}