更新 'keybindings_mac.json'
This commit is contained in:
parent
c3ce76519e
commit
3a293b49f4
|
@ -419,4 +419,9 @@
|
||||||
"command": "workbench.action.newWindow",
|
"command": "workbench.action.newWindow",
|
||||||
"when": "!inDebugMode && !terminalFocus"
|
"when": "!inDebugMode && !terminalFocus"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "escape",
|
||||||
|
"command": "-extension.vim_escape",
|
||||||
|
"when": "editorTextFocus && vim.active && !inDebugRepl"
|
||||||
|
},
|
||||||
]
|
]
|
Loading…
Reference in New Issue