Skip to content

Instantly share code, notes, and snippets.

@haubar
Created January 12, 2022 06:03
Show Gist options
  • Save haubar/237794c01d8de4bdaa22c4a84ec90e14 to your computer and use it in GitHub Desktop.
Save haubar/237794c01d8de4bdaa22c4a84ec90e14 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+q",
"command": "editor.foldAll",
"when": "editorTextFocus"
},
{
"key": "shift+q",
"command": "editor.unfoldAll",
"when": "editorTextFocus"
},
{
"key": "ctrl+f1",
"command": "editor.foldLevel1",
"when": "editorTextFocus"
},
{
"key": "ctrl+f2",
"command": "editor.foldLevel2",
"when": "editorTextFocus"
},
{
"key": "shift+f1",
"command": "editor.unfoldRecursively",
"when": "editorTextFocus"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment