Skip to content

Instantly share code, notes, and snippets.

@markau
Last active May 3, 2018 00:12
Show Gist options
  • Save markau/3ded500c8fa709beeafa0b4f8486fbfc to your computer and use it in GitHub Desktop.
Save markau/3ded500c8fa709beeafa0b4f8486fbfc to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"window.zoomLevel": 1,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"vim.handleKeys": {
"<C-a>": false,
"<C-f>": false,
"<C-c>": false,
"<C-x>": false,
"<C-v>": false
},
"vsicons.projectDetection.autoReload": true,
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"workbench.colorTheme": "Nord",
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment