Skip to content

Instantly share code, notes, and snippets.

@jeancochrane
Created February 28, 2019 01:15
Show Gist options
  • Save jeancochrane/a399a483d8017fc5549c5456351d19bd to your computer and use it in GitHub Desktop.
Save jeancochrane/a399a483d8017fc5549c5456351d19bd to your computer and use it in GitHub Desktop.
VSCode settings.
{
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"vim.insertModeKeyBindings": [
{
"before": [
"j",
"k"
],
"after": [
"<Esc>"
]
}
],
"window.zoomLevel": 1,
"editor.rulers": [
80
],
"editor.fontFamily": "'Ubuntu Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"breadcrumbs.enabled": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.lineHeight": 1.2,
"workbench.activityBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment