Skip to content

Instantly share code, notes, and snippets.

@musaid
Created March 4, 2018 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 musaid/6d9b1a5120b43b6e1b7867f67909be43 to your computer and use it in GitHub Desktop.
Save musaid/6d9b1a5120b43b6e1b7867f67909be43 to your computer and use it in GitHub Desktop.
VS Code Preferences
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Operator Mono Lig Book, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.renderWhitespace": "all",
"editor.fontSize": 13,
"terminal.integrated.fontSize": 12,
"terminal.integrated.fontFamily": "Monaco for Powerline",
"workbench.colorTheme": "Operator Mono Dark Theme",
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"window.menuBarVisibility": "toggle",
"workbench.statusBar.visible": true,
"files.autoSave": "off",
"vscode_custom_css.imports": [
"/home/musaid/vscode-styles.css"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment