Created
February 21, 2018 01:14
-
-
Save ahushh/57582bd2938ef44eee9d81f7cdcf6a0f to your computer and use it in GitHub Desktop.
vscode
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
{ | |
"workbench.colorTheme": "Solarized Dark", | |
"files.autoSave": "afterDelay", | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true | |
}, | |
"editor.find.autoFindInSelection": true, | |
"editor.formatOnPaste": true, | |
"editor.minimap.maxColumn": 180, | |
"editor.renderLineHighlight": "all", | |
"editor.roundedSelection": false, | |
"editor.tabCompletion": true, | |
"workbench.commandPalette.preserveInput": true, | |
"vim.easymotion": true, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"j", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.otherModesKeyBindingsNonRecursive": [ | |
{ | |
"before": [ | |
"<leader>", | |
"d" | |
], | |
"after": [ | |
"d", | |
"d" | |
] | |
}, | |
{ | |
"before": [ | |
"<C-n>" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": ":nohl" | |
} | |
] | |
} | |
], | |
"vim.leader": "<space>", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false | |
}, | |
"files.trimFinalNewlines": false, | |
"files.trimTrailingWhitespace": true, | |
"tslint.configFile": "tslint.json", | |
"tslint.validateWithDefaultConfig": true, | |
"vim.history": 500, | |
"vim.hlsearch": true, | |
"vim.statusBarColorControl": true, | |
"vim.statusBarColors": { | |
}, | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
damwalzer.scss-lint-0.1.0 formulahendry.auto-rename-tag-0.0.15
dbaeumer.vscode-eslint-1.4.6 msjsdiag.debugger-for-chrome-4.1.0
eg2.tslint-1.0.28 traBpUkciP.vscode-npm-scripts-0.1.6
formulahendry.auto-close-tag-0.5.6 vscodevim.vim-0.10.13