Skip to content

Instantly share code, notes, and snippets.

@deanproxy
Created March 3, 2017 18:54
Show Gist options
  • Save deanproxy/6c8a2adbc12add61c8dfd28767230dba to your computer and use it in GitHub Desktop.
Save deanproxy/6c8a2adbc12add61c8dfd28767230dba to your computer and use it in GitHub Desktop.
{
"editor.rulers": [120],
"editor.tabSize": 3,
"editor.renderIndentGuides": true,
"files.exclude": {
"dist/*": true,
"node_modules/*": true,
"bower_components/*": true
},
"vim.leader": ",",
"vim.otherModesKeyBindingsNonRecursive": [
{
"before": ["<leader>", "b"],
"after": [],
"commands": [
{
"command": "workbench.action.previousEditor",
"args": []
}
]
},
{
"before": ["<leader>", "n"],
"after": [],
"commands": [
{
"command": "workbench.action.nextEditor",
"args": []
}
]
},
{
"before": ["<leader>", "q"],
"after": [],
"commands": [
{
"command": "workbench.action.closeActiveEditor",
"args": []
}
]
}
],
"workbench.colorTheme": "Material Theme Darker"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment