Skip to content

Instantly share code, notes, and snippets.

@menuka94
Last active October 8, 2017 06:47
Show Gist options
  • Save menuka94/8846b22ffd7613be4276fe217bbe4911 to your computer and use it in GitHub Desktop.
Save menuka94/8846b22ffd7613be4276fe217bbe4911 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"vim.disableAnnoyingNeovimMessage": true,
"editor.fontSize": 18,
"editor.fontFamily": "Ubuntu Mono",
"window.zoomLevel": 1,
"vim.useCtrlKeys": false,
"workbench.startupEditor": "newUntitledFile",
"files.autoSave": "onFocusChange"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment