Created
January 17, 2018 10:36
-
-
Save virolea/b09b96a5b2e03f4df9734bdc1479e881 to your computer and use it in GitHub Desktop.
VScode config file - iTerm - Atom keybindings - Editor settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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