Skip to content

Instantly share code, notes, and snippets.

@papodaca
Last active April 27, 2021 18:15
Show Gist options
  • Save papodaca/9acab60a922effa810d005273b489cc4 to your computer and use it in GitHub Desktop.
Save papodaca/9acab60a922effa810d005273b489cc4 to your computer and use it in GitHub Desktop.
vscode config
[
{
"key": "cmd+0",
"command": "-workbench.action.focusSideBar"
},
{
"key": "cmd+0",
"command": "workbench.action.zoomReset"
},
{
"key": "cmd+numpad0",
"command": "-workbench.action.zoomReset"
}
]
{
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"go.formatTool": "goimports",
"go.useLanguageServer": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"terminal.integrated.shell.osx": "/usr/local/bin/zsh",
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "vscode-great-icons",
"editor.tabSize": 2,
"diffEditor.ignoreTrimWhitespace": false,
"terminal.integrated.fontFamily": "'Hack Nerd Font Mono', 'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.dragAndDrop": false,
"editor.emptySelectionClipboard": false,
"window.nativeTabs": true,
"editor.rulers": [ 80 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment