更新 'keybindings_mac.json'

This commit is contained in:
colin 2021-05-20 10:17:02 +08:00
parent c3ce76519e
commit 3a293b49f4
1 changed files with 5 additions and 0 deletions

View File

@ -419,4 +419,9 @@
"command": "workbench.action.newWindow",
"when": "!inDebugMode && !terminalFocus"
},
{
"key": "escape",
"command": "-extension.vim_escape",
"when": "editorTextFocus && vim.active && !inDebugRepl"
},
]