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"
}