Skip to content

Instantly share code, notes, and snippets.

@dmjcomdem
Last active July 11, 2017 19:27
Show Gist options
  • Save dmjcomdem/a4f8f6eebf41c5e66fe9635e6f1be669 to your computer and use it in GitHub Desktop.
Save dmjcomdem/a4f8f6eebf41c5e66fe9635e6f1be669 to your computer and use it in GitHub Desktop.
[
{
"key": "alt+j",
"command": "cursorLeft",
"when": "editorTextFocus"
},
{
"key": "alt+l",
"command": "cursorRight",
"when": "editorTextFocus"
},
{
"key": "alt+i",
"command": "cursorUp",
"when": "editorTextFocus"
},
{
"key": "alt+k",
"command": "cursorDown",
"when": "editorTextFocus"
},
{
"key": "alt+ctrl+j",
"command": "cursorWordLeft",
"when": "editorTextFocus"
},
{
"key": "alt+ctrl+l",
"command": "cursorWordRight",
"when": "editorTextFocus"
},
{
"key": "alt+shift+l",
"command": "cursorWordRightSelect",
"when": "editorTextFocus"
},
{
"key": "alt+shift+j",
"command": "cursorWordEndLeftSelect",
"when": "editorTextFocus"
},
{
"key": "alt+shift+o",
"command": "cursorRightSelect",
"when": "editorTextFocus"
},
{
"key": "alt+shift+u",
"command": "cursorLeftSelect",
"when": "editorTextFocus"
},
{
"key": "alt+ctrl+i",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus"
},
{
"key": "alt+ctrl+k",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "alt+ctrl+shift+i",
"command": "cursorUpSelect",
"when": "editorTextFocus"
},
{
"key": "alt+ctrl+shift+k",
"command": "cursorDownSelect",
"when": "editorTextFocus"
},
{
"key": "alt+ctrl+shift+j",
"command": "cursorHomeSelect",
"when": "editorTextFocus"
},
{
"key": "alt+ctrl+shift+l",
"command": "cursorEndSelect",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "alt+c",
"command": "extension.colorHelper.pick",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+j",
"command": "deleteLeft",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+l",
"command": "deleteRight",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+u",
"command": "extension.changeCase.upper",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+y",
"command": "editor.emmet.action.evaluateMath",
"when": "editorTextFocus"
},
{
"key": "shift+ctrl+i",
"command": "editor.action.insertCursorAtEndOfEachLineSelected",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+x",
"command": "editor.emmet.action.removeTag",
"when": "editorTextFocus"
},
{
"key": "alt+shift+i",
"command": "editor.action.insertCursorAbove",
"when": "editorTextFocus"
},
{
"key": "alt+shift+k",
"command": "editor.action.insertCursorBelow",
"when": "editorTextFocus"
},
{
"key": "alt+w",
"command": "editor.emmet.action.wrapWithAbbreviation",
"when": "editorTextFocus"
},
{
"key": "alt+shift+w",
"command": "editor.emmet.action.updateTag",
"when": "editorTextFocus"
},
{
"key": "alt+ctrl+shift+a",
"command": "editor.emmet.action.matchingPair",
"when": "editorTextFocus"
},
{
"key": "ctrl+v",
"command": "workbench.action.terminal.paste",
"when": "terminalFocus"
},
{
"key": "ctrl+shift+alt+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "ctrl+shift+w",
"command": "workbench.action.closeAllEditors"
},
{
"key": "ctrl+;",
"command": "extension.aceJump"
},
{
"key": "alt+=",
"command": "editor.emmet.action.incrementNumberByOne"
},
{
"key": "alt+-",
"command": "editor.emmet.action.decrementNumberByOne"
},
{
"key": "alt+ctrl+=",
"command": "editor.emmet.action.incrementNumberByOneTenth"
},
{
"key": "alt+ctrl+-",
"command": "editor.emmet.action.decrementNumberByOneTenth"
},
{
"key": "alt+shift+=",
"command": "editor.emmet.action.incrementNumberByTen"
},
{
"key": "alt+shift+-",
"command": "editor.emmet.action.decrementNumberByTen"
},
{
"key": "ctrl+shift+alt+b",
"command": "workbench.action.tasks.runTask"
},
{
"key": "ctrl+shift+b",
"command": "workbench.action.tasks.build"
},
{
"key": "ctrl+shift+c",
"command": "workbench.action.tasks.terminate"
},
{
"key": "shift+ctrl+/",
"command": "editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+a","command": "expand_region", "when": "editorTextFocus"
}
]
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 12.5,
"editor.lineHeight": 17,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.cursorBlinking": "smooth",
"editor.mouseWheelZoom": true,
"editor.fontLigatures": true,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"editor.renderIndentGuides": true,
"editor.renderLineHighlight": "all",
"editor.wordWrap": "off",
"editor.dragAndDrop": true,
"editor.trimAutoWhitespace": true,
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters":false,
"explorer.autoReveal": true,
"git.checkoutType": "remote",
"workbench.sideBar.location": "left",
"workbench.activityBar.visible": true,
"terminal.integrated.fontSize": 11,
"terminal.integrated.lineHeight": 1.1,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontLigatures": true,
"files.trimTrailingWhitespace": true,
"workbench.colorTheme": "Nord",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": -0.5,
"metaGo.decoration.fontFamily": "Fira Code",
"metaGo.decoration.fontWeight": "bold",
"metaGo.decoration.height": 12,
"metaGo.decoration.width": 9,
"metaGo.decoration.x": 0,
"metaGo.decoration.y": 12,
"metaGo.decoration.color": "white",
"metaGo.decoration.backgroundColor": "black",
"metaGo.decoration.backgroundOpacity": "1",
"search.exclude": {
"**/node_modules": false,
"**/bower_components": false,
"**/out": false,
"**/build": false,
"**/.git": false
},
"search.useIgnoreFilesByDefault": true,
"workbench.colorCustomizations": {
"diffEditor.insertedTextBackground": "#1E572E30",
"diffEditor.removedTextBackground": "#FA5E0310",
// "diffEditor.insertedTextBackground": "#a3be8c4d",
// "diffEditor.removedTextBackground": "#bf616a4d",
"diffEditor.removedTextBorder": "#0000",
"diffEditor.insertedTextBorder": "#0000",
"scrollbarSlider.background": "#59668240",
"scrollbarSlider.hoverBackground": "#59668260",
"scrollbarSlider.activeBackground": "#59668280"
},
"files.exclude": {
"**/.git": false
},
"window.menuBarVisibility": "toggle",
"editor.autoIndent": true,
"emmet.useNewEmmet": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment