Created
July 13, 2019 11:28
-
-
Save notrab/407f9224c7ac57915cf423d4dce819f1 to your computer and use it in GitHub Desktop.
Visual studio config
This file contains hidden or 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
| // Place your key bindings in this file to overwrite the defaults | |
| [ | |
| { | |
| "key": "cmd+1", | |
| "command": "workbench.action.openEditorAtIndex1" | |
| }, | |
| { | |
| "key": "ctrl+1", | |
| "command": "-workbench.action.openEditorAtIndex1" | |
| }, | |
| { | |
| "key": "cmd+2", | |
| "command": "workbench.action.openEditorAtIndex2" | |
| }, | |
| { | |
| "key": "ctrl+2", | |
| "command": "-workbench.action.openEditorAtIndex2" | |
| }, | |
| { | |
| "key": "cmd+3", | |
| "command": "workbench.action.openEditorAtIndex3" | |
| }, | |
| { | |
| "key": "ctrl+3", | |
| "command": "-workbench.action.openEditorAtIndex3" | |
| }, | |
| { | |
| "key": "cmd+4", | |
| "command": "workbench.action.openEditorAtIndex4" | |
| }, | |
| { | |
| "key": "ctrl+4", | |
| "command": "-workbench.action.openEditorAtIndex4" | |
| }, | |
| { | |
| "key": "cmd+5", | |
| "command": "workbench.action.openEditorAtIndex5" | |
| }, | |
| { | |
| "key": "ctrl+5", | |
| "command": "-workbench.action.openEditorAtIndex5" | |
| }, | |
| { | |
| "key": "ctrl+6", | |
| "command": "-workbench.action.openEditorAtIndex6" | |
| }, | |
| { | |
| "key": "cmd+7", | |
| "command": "workbench.action.openEditorAtIndex7" | |
| }, | |
| { | |
| "key": "ctrl+7", | |
| "command": "-workbench.action.openEditorAtIndex7" | |
| }, | |
| { | |
| "key": "cmd+8", | |
| "command": "workbench.action.openEditorAtIndex8" | |
| }, | |
| { | |
| "key": "ctrl+8", | |
| "command": "-workbench.action.openEditorAtIndex8" | |
| }, | |
| { | |
| "key": "cmd+9", | |
| "command": "workbench.action.openEditorAtIndex9" | |
| }, | |
| { | |
| "key": "ctrl+9", | |
| "command": "-workbench.action.openEditorAtIndex9" | |
| }, | |
| { | |
| "key": "ctrl+9", | |
| "command": "workbench.action.lastEditorInGroup" | |
| }, | |
| { | |
| "key": "cmd+9", | |
| "command": "-workbench.action.lastEditorInGroup" | |
| } | |
| ] |
This file contains hidden or 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
| { | |
| "editor.fontSize": 16, | |
| "editor.lineHeight": 25, | |
| "editor.letterSpacing": 0.25, | |
| "editor.formatOnSave": true, | |
| "editor.lineNumbers": "relative", | |
| "editor.colorDecorators": false, | |
| "files.exclude": { | |
| "**/.git": true, | |
| "**/.svn": true, | |
| "**/.hg": true, | |
| "**/CVS": true, | |
| "**/.DS_Store": true, | |
| "**/node_modules": true, | |
| "**/.serverless": true, | |
| "**/.next": true, | |
| "**/.cache": true, | |
| "**/localStorage": true, | |
| "**/dist": true, | |
| "**/public": true, | |
| }, | |
| "editor.tabSize": 2, | |
| "explorer.confirmDelete": false, | |
| "workbench.statusBar.feedback.visible": false, | |
| "prettier.semi": false, | |
| "prettier.singleQuote": true, | |
| "git.enableSmartCommit": true, | |
| "git.confirmSync": false, | |
| "git.autofetch": true, | |
| "explorer.confirmDragAndDrop": false, | |
| "editor.scrollBeyondLastLine": false, | |
| "keyboard.touchbar.enabled": false, | |
| "editor.minimap.enabled": false, | |
| "prettier.eslintIntegration": true, | |
| "editor.wordWrap": "on", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "prettier.requireConfig": true, | |
| "html.format.wrapLineLength": 80, | |
| "workbench.list.horizontalScrolling": true, | |
| "editor.rulers": [ | |
| 80 | |
| ], | |
| "window.zoomLevel": 0, | |
| "terminal.integrated.fontSize": 16, | |
| "terminal.integrated.shell.osx": "zsh", | |
| "editor.multiCursorModifier": "alt", | |
| "workbench.activityBar.visible": false, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "git.ignoreMissingGitWarning": true, | |
| "files.associations": { | |
| ".babelrc": "json5", | |
| "*.md": "mdx" | |
| }, | |
| "editor.renderWhitespace": "none", | |
| "editor.renderControlCharacters": false, | |
| "git.enabled": true, | |
| "editor.fontFamily": "'Dank Mono', Menlo, Monaco, 'Courier New', monospace", | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "[handlebars]": { | |
| "editor.formatOnSave": false | |
| }, | |
| "workbench.sideBar.location": "left", | |
| "monokaiPro.fileIconsMonochrome": true, | |
| "terminal.explorerKind": "external", | |
| "breadcrumbs.enabled": false, | |
| "workbench.iconTheme": "file-icons", | |
| "editor.fontLigatures": true, | |
| "workbench.fontAliasing": "auto", | |
| "editor.folding": false, | |
| "editor.hideCursorInOverviewRuler": true, | |
| "editor.occurrencesHighlight": false, | |
| "editor.overviewRulerBorder": false, | |
| "editor.renderIndentGuides": false, | |
| "editor.renderLineHighlight": "none", | |
| "explorer.openEditors.visible": 0, | |
| "workbench.editor.showIcons": false, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.statusBar.visible": false, | |
| "workbench.colorTheme": "Monokai Pro", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment