Skip to content

Instantly share code, notes, and snippets.

@robert-claypool
Last active February 12, 2019 04:50
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 robert-claypool/f2ae24a676fdf6a8f1b3df040aab2536 to your computer and use it in GitHub Desktop.
Save robert-claypool/f2ae24a676fdf6a8f1b3df040aab2536 to your computer and use it in GitHub Desktop.
VS Code User Settings
{
"editor.fontSize": 12,
"editor.rulers": [80],
"vim.insertModeKeyBindings": [
{
"before": ["j", "j"],
"after": ["<Esc>"]
}
],
"vim.leader": ",",
"vim.hlsearch": true,
"vim.easymotion": true,
"vim.useSystemClipboard": true,
"vim.easymotionMarkerFontFamily": "Consolas, Menlo, monospace",
"vim.easymotionMarkerFontSize": "12",
"vim.easymotionMarkerHeight": 18,
"window.zoomLevel": 1,
"workbench.colorTheme": "Cobalt2",
"workbench.colorCustomizations": {
"[Cobalt2]": {
"editor.background": "#101b27",
"terminal.background": "#101b27"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment