Skip to content

Instantly share code, notes, and snippets.

@bekverdyan
Last active July 2, 2019 19:13
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 bekverdyan/5cbacd7cd330b9569b2e7a7ec4458d8f to your computer and use it in GitHub Desktop.
Save bekverdyan/5cbacd7cd330b9569b2e7a7ec4458d8f to your computer and use it in GitHub Desktop.
VSCode settings
{
"workbench.activityBar.visible": false,
"window.zoomLevel": 0,
"editor.minimap.enabled": false,
"editor.lineNumbers": "relative",
"editor.glyphMargin": false,
"editor.folding": false,
"explorer.openEditors.visible": 0,
"window.menuBarVisibility": "toggle",
"window.titleBarStyle": "native",
"workbench.startupEditor": "newUntitledFile",
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.sideBar.location": "left",
"editor.multiCursorModifier": "ctrlCmd",
"editor.suggestSelection": "first",
"editor.insertSpaces": true,
"editor.tabSize": 2,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.fontSize": 15,
"editor.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"workbench.colorTheme": "Base16 Nord Dark",
"vim.insertModeKeyBindings": [
{
"before": ["capslock"],
"after": ["<Esc>"]
}
],
"window.enableMenuBarMnemonics": false,
"gitlens.mode.active": "zen",
"workbench.statusBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment