Update keybindings.json
This commit is contained in:
parent
b84f547798
commit
9cec939da1
|
@ -17,16 +17,6 @@
|
||||||
"key": "ctrl+t",
|
"key": "ctrl+t",
|
||||||
"command": "workbench.action.showAllSymbols"
|
"command": "workbench.action.showAllSymbols"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "ctrl+]",
|
|
||||||
"command": "editor.unfold",
|
|
||||||
"when": "editorTextFocus"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+[",
|
|
||||||
"command": "editor.fold",
|
|
||||||
"when": "editorTextFocus"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "ctrl+w",
|
"key": "ctrl+w",
|
||||||
"command": "workbench.action.closeWindow",
|
"command": "workbench.action.closeWindow",
|
||||||
|
@ -149,27 +139,17 @@
|
||||||
"key": "ctrl+shift+-",
|
"key": "ctrl+shift+-",
|
||||||
"command": "workbench.action.zoomOut"
|
"command": "workbench.action.zoomOut"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "ctrl+[",
|
|
||||||
"command": "-editor.action.outdentLines",
|
|
||||||
"when": "editorTextFocus && !editorReadonly"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+]",
|
|
||||||
"command": "-editor.action.indentLines",
|
|
||||||
"when": "editorTextFocus && !editorReadonly"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "ctrl+r",
|
"key": "ctrl+r",
|
||||||
"command": "workbench.action.openRecent"
|
"command": "workbench.action.openRecent"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+[",
|
"key": "ctrl+[",
|
||||||
"command": "editor.foldAll",
|
"command": "editor.foldAll",
|
||||||
"when": "editorTextFocus"
|
"when": "editorTextFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+]",
|
"key": "ctrl+]",
|
||||||
"command": "editor.unfoldAll",
|
"command": "editor.unfoldAll",
|
||||||
"when": "editorTextFocus"
|
"when": "editorTextFocus"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue