谢谢!
发布于 2020-12-05 15:52:41
^ + [映射到命令extension.vim_escape。社区的更多详细信息: default右上角的文件图标
keybindings.json pane:或ctrl + shift + p by pane:Preferences:

- Add the following JSON object to the list: { "key": "ctrl+[", "command": "extension.vim\_escape", "when": "editorTextFocus && vim.active && !inDebugRepl" }- Notes:
- Setting `"vim.useCtrlKeys": true` in `settings.json` might also be required
- I assume that a different escape sequence could also be used
- I'm using `vscodevim.vim` version `v1.17.2` on macOS在键盘快捷键UI (而不是JSON文件)中,搜索following:显示了一个Vim“命令”列表,这些命令可以根据它们的键绑定
extension.vim_escape提供了
https://stackoverflow.com/questions/61940658
复制相似问题