// Place your key bindings in this file to overwrite the defaults [ { "key": "ctrl+shift+alt+y", "command": "extension.vim_ctrl+y", "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl" }, { "key": "ctrl+y", "command": "-extension.vim_ctrl+y", "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl" }, { "key": "ctrl+y", "command": "redo", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+y", "command": "-redo", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+w", "command": "-extension.vim_ctrl+w", "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl" }, { "key": "ctrl+w", "command": "-workbench.action.closeWindow", "when": "!editorIsOpen" } ]