vscode vim配置
2020-01-15 本文已影响0人
老猫_2017
vscode 设置 vim 配置
在文件 settings.json 中进行配置 ~/Library/Application Support/Code/User/settings.json
"vim.insertModeKeyBindings": [
{
"before": ["j", "j"],
"after": ["<esc>"]
}
]
作用,jj 替换 esc 的功能