Skip to content

Instantly share code, notes, and snippets.

@hexiay
Last active November 4, 2019 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hexiay/4f5f55e8645a537ae88d4942c1bbf18e to your computer and use it in GitHub Desktop.
Save hexiay/4f5f55e8645a537ae88d4942c1bbf18e to your computer and use it in GitHub Desktop.
{"lastUpload":"2019-11-04T02:33:52.739Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "de611071-4d05-4903-821c-6878df63d4af",
"publisherId": "austin.code-gnu-global",
"publisherDisplayName": "austin"
},
"name": "code-gnu-global",
"publisher": "austin",
"version": "0.2.2"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.26.1"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.11.7"
},
{
"metadata": {
"id": "0774aeb9-5809-4b36-9289-f852f253d6f9",
"publisherId": "rsbondi.highlight-words",
"publisherDisplayName": "rsbondi"
},
"name": "highlight-words",
"publisher": "rsbondi",
"version": "0.1.4"
},
{
"metadata": {
"id": "4f1ac5ff-ef9c-4c01-8324-cfaa7f215f57",
"publisherId": "nobuhito.printcode",
"publisherDisplayName": "nobuhito"
},
"name": "printcode",
"publisher": "nobuhito",
"version": "3.0.0"
},
{
"metadata": {
"id": "bec6a8b1-31d4-4f4e-9b3c-9141285b359f",
"publisherId": "zhouronghui.propertylist",
"publisherDisplayName": "zhouronghui"
},
"name": "propertylist",
"publisher": "zhouronghui",
"version": "0.0.2"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2019.10.41019"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.ruby",
"publisherDisplayName": "rebornix"
},
"name": "ruby",
"publisher": "rebornix",
"version": "0.25.3"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.10.2"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "0.8.2"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+q",
"command": "-workbench.action.quickOpenView"
},
{
"key": "ctrl+q",
"command": "-extension.vim_winCtrlQ",
"when": "editorTextFocus && vim.active && vim.use<C-q> && !inDebugRepl"
},
{
"key": "ctrl+q",
"command": "-workbench.action.quickOpenNavigateNextInViewPicker",
"when": "inQuickOpen && inViewsPicker"
},
{
"key": "cmd+1",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+-",
"command": "-workbench.action.navigateBack"
},
{
"key": "cmd+q",
"command": "-workbench.action.quit"
},
{
"key": "ctrl+1",
"command": "-workbench.action.openEditorAtIndex1"
},
{
"key": "cmd+1",
"command": "-workbench.action.focusFirstEditorGroup"
},
{
"key": "cmd+q",
"command": "workbench.view.search",
"when": "!searchViewletVisible"
},
{
"key": "shift+cmd+f",
"command": "-workbench.view.search",
"when": "!searchViewletVisible"
},
{
"key": "cmd+e",
"command": "-actions.findWithSelection"
},
{
"key": "cmd+e",
"command": "workbench.view.explorer"
},
{
"key": "shift+cmd+e",
"command": "-workbench.view.explorer"
},
{
"key": "ctrl+2",
"command": "-workbench.action.openEditorAtIndex2"
},
{
"key": "cmd+2",
"command": "highlightwords.addHighlight"
},
{
"key": "ctrl+3",
"command": "-workbench.action.openEditorAtIndex3"
},
{
"key": "cmd+3",
"command": "highlightwords.removeAllHighlights"
},
{
"key": "cmd+2",
"command": "-workbench.action.focusSecondEditorGroup"
},
{
"key": "cmd+3",
"command": "-workbench.action.focusThirdEditorGroup"
},
{
"key": "ctrl+shift+q",
"command": "-workbench.action.quickOpenNavigatePreviousInViewPicker",
"when": "inQuickOpen && inViewsPicker"
},
{ "key": "ctrl+shift+q", "command": "workbench.action.toggleMaximizedPanel" },
]
{
"editor.fontSize": 13,
"terminal.integrated.fontSize": 13,
"highlightwords.box": {
"light": false,
"dark": false
},
"workbench.colorTheme": "Visual Studio Light",
"cmake.configureOnOpen": false,
"[go]": {
"editor.formatOnSave": false
},
"window.zoomLevel": 0,
"editor.minimap.enabled": false,
"files.exclude": {
"**/.la": true,
"**/.o": true
},
"highlightwords.colors": [
{
"light": "#b3d9ff",
"dark": "cyan"
},
{
"light": "#e6ffb3",
"dark": "pink"
},
{
"light": "#b3b3ff",
"dark": "lightgreen"
},
{
"light": "#ffd9b3",
"dark": "magenta"
},
{
"light": "#ffb3ff",
"dark": "cornflowerblue"
},
{
"light": "#b3ffb3",
"dark": "orange"
},
{
"light": "#afff80",
"dark": "green"
},
{
"light": "#cfff80",
"dark": "green"
},
{
"light": "#efff80",
"dark": "green"
},
{
"light": "#ffff80",
"dark": "green"
},
{
"light": "#d1e0e0",
"dark": "red"
}
],
"files.autoSave": "afterDelay",
"C_Cpp.updateChannel": "Insiders",
"http.proxySupport": "off",
"sync.gist": "4f5f55e8645a537ae88d4942c1bbf18e"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment