Skip to content

Instantly share code, notes, and snippets.

@zerovolts
Created August 22, 2018 17:45
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 zerovolts/241adc86da61eacd7decc6c38b4be805 to your computer and use it in GitHub Desktop.
Save zerovolts/241adc86da61eacd7decc6c38b4be805 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 2,
"editor.fontFamily": "Ubuntu Mono",
"editor.fontSize": 16,
"editor.fontWeight": "bold",
"editor.tabSize": 4,
"editor.renderWhitespace": "all",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"workbench.colorTheme": "Ayu Dark",
"vim.insertModeKeyBindingsNonRecursive": [
{
"before": [
"j",
"k"
],
"after": [
"<Esc>"
]
},
{
"before": [
"k",
"j"
],
"after": [
"<Esc>"
]
}
],
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment