Skip to content

Instantly share code, notes, and snippets.

@sliptype
Created June 25, 2018 21:33
Show Gist options
  • Save sliptype/9cad305f1d6956f77cc15bcc31d74db8 to your computer and use it in GitHub Desktop.
Save sliptype/9cad305f1d6956f77cc15bcc31d74db8 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["U"],
"after": ["<C-r>"]
}
],
"vim.statusBarColorControl": true,
"vim.statusBarColors": {
"normal": ["#00FFAE", "#434C5E"],
"insert": ["#FFEA00", "#434C5E"],
"visual": "#01CCFF",
"visualline": "#01CCFF",
"visualblock": "#B48EAD",
"replace": "#B48EAD"
},
"editor.lineNumbers": "relative",
"workbench.colorTheme": "Miami",
"terminal.integrated.fontFamily": "Droid Sans Mono for Powerline",
"terminal.integrated.fontSize": 14,
"editor.wordWrap": "on",
"workbench.editor.enablePreview": false,
"javascript.showUnused": false,
"workbench.colorCustomizations": {
"statusBar.background": "#01CCFF",
"statusBar.noFolderBackground": "#01CCFF",
"statusBar.debuggingBackground": "#01CCFF"
},
"materialTheme.fixIconsRunning": false,
"workbench.iconTheme": "eq-material-theme-icons-palenight",
"editor.letterSpacing": 0.5,
"editor.renderWhitespace": "boundary",
"workbench.editor.tabSizing": "shrink",
"workbench.activityBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment