Skip to content

Instantly share code, notes, and snippets.

@virolea
Created January 17, 2018 10:36
Show Gist options
  • Save virolea/b09b96a5b2e03f4df9734bdc1479e881 to your computer and use it in GitHub Desktop.
Save virolea/b09b96a5b2e03f4df9734bdc1479e881 to your computer and use it in GitHub Desktop.
VScode config file - iTerm - Atom keybindings - Editor settings
{
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"explorer.confirmDragAndDrop": false,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.fontFamily": "Meslo LG M for Powerline",
"terminal.explorerKind": "integrated",
"workbench.colorTheme": "Solarized Dark",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment