Skip to content

Instantly share code, notes, and snippets.

@Abdisalan
Created October 1, 2020 02:20
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 Abdisalan/a70a9a088808b878fb545c169730d799 to your computer and use it in GitHub Desktop.
Save Abdisalan/a70a9a088808b878fb545c169730d799 to your computer and use it in GitHub Desktop.
My default vscode settings
{
"workbench.colorTheme": "Gruvbox Material Dark",
"vim.insertModeKeyBindings": [
{
"before": ["j", "k"],
"after": ["<Esc>"]
}
],
"python.showStartPage": false,
"editor.fontSize": 14,
"terminal.integrated.fontSize": 14,
"editor.fontFamily": "Fira Code, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment