This commit is contained in:
colin 2019-04-08 17:49:13 +08:00
parent 4fb6d5a924
commit adac850a31
2 changed files with 12 additions and 1 deletions

View File

@ -137,4 +137,12 @@
"command": "workbench.action.search.toggleQueryDetails",
"when": "searchViewletVisible"
},
{
"key": "ctrl+,",
"command": "workbench.action.openSettings"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.openPreviousRecentlyUsedEditorInGroup"
}
]

View File

@ -8,5 +8,8 @@
"sync.gist": "11ac9399309fc7dd1af55cf922f77204",
"[cpp]": {},
"C_Cpp.clang_format_style": "Google",
"editor.rulers": [80]
"editor.rulers": [
80
],
"workbench.startupEditor": "newUntitledFile",
}