📌  相关文章
📜  visual studio code toggle vim - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:58.076000             🧑  作者: Mango

代码示例1
# C:\Users\\AppData\Roaming\Code\User\keybindings.json
// Place your key bindings in this file to override the defaults
[
    { "key": "ctrl+alt+v",            "command": "toggleVim" }
]