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