Skip to content

Instantly share code, notes, and snippets.

// Place your key bindings in this file to overwrite the defaults
[
{ "key": "escape", "command": "workbench.action.closePanel"},
{ "key": "escape", "command": "workbench.action.terminal.toggleTerminal", "when": "terminalFocus" },
{ "key": "escape", "command": "closeFindWidget", "when": "findInputFocussed && findWidgetVisible" },
{ "key": "escape", "command": "workbench.action.closeMessages", "when": "globalMessageVisible" },
{ "key": "escape", "command": "closeMarkersNavigation", "when": "editorFocus && markersNavigationVisible" },
{ "key": "escape", "command": "removeSecondaryCursors", "when": "editorHasMultipleSelections && editorTextFocus" },
{ "key": "f4", "command": "editor.action.marker.next", "when": "editorFocus && !editorReadonly" },
{ "key": "end", "command": "editor.action.marker.next", "when": "editorFocus && !editorReadonly" },
@tsabat
tsabat / zsh.md
Last active December 25, 2023 19:16
Getting oh-my-zsh to work in Ubuntu