Skip to content

Instantly share code, notes, and snippets.

// Place your key bindings in this file to overwrite the defaults
[
{ "key": "[ a", "command": "cursorHome",
"when": "editorTextFocus && vim.mode != 'Insert Mode' && !inDebugRepl" },
{ "key": "[ s", "command": "cursorEnd",
"when": "editorTextFocus && vim.mode != 'Insert Mode' && !inDebugRepl" },
{ "key": "[ w", "command": "workbench.action.files.save",
"when": "editorTextFocus && vim.mode != 'Insert Mode' && !inDebugRepl" },
{ "key": "ctrl+o", "command": "workbench.action.navigateBack",
"when": "editorTextFocus && vim.mode != 'Insert Mode' && !inDebugRepl" },