Skip to content

Instantly share code, notes, and snippets.

@gcman105
Created February 2, 2017 17:07
Show Gist options
  • Save gcman105/eb13c0fede3ee87ea298dba2f1240834 to your computer and use it in GitHub Desktop.
Save gcman105/eb13c0fede3ee87ea298dba2f1240834 to your computer and use it in GitHub Desktop.
VScode settings.json
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Input Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 11,
"vim.insertModeKeyBindings": [
{
"before": ["j", "j"],
"after": ["<Esc>"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment