Skip to content

Instantly share code, notes, and snippets.

@phillipchan1
Last active March 16, 2020 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipchan1/db718fd058f84d24865c927f86dbf070 to your computer and use it in GitHub Desktop.
Save phillipchan1/db718fd058f84d24865c927f86dbf070 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "f5",
"command": "-workbench.action.debug.start",
"when": "!inDebugMode"
},
{
"key": "f5",
"command": "-workbench.action.debug.start",
"when": "!inDebugMode"
},
{
"key": "f5",
"command": "-workbench.action.debug.continue",
"when": "inDebugMode"
},
{
"key": "f5",
"command": "editor.action.sortLinesAscending"
},
{
"key": "cmd+",
"command": "workbench.action.toggleMultiCursorModifier"
},
{
"key": "cmd+k cmd+m",
"command": "-workbench.extensions.action.showRecommendedKeymapExtensions"
},
{
"key": "cmd+k cmd+m",
"command": "workbench.action.editor.changeLanguageMode"
},
{
"key": "cmd+k m",
"command": "-workbench.action.editor.changeLanguageMode"
},
{
"key": "shift+cmd+g",
"command": "-workbench.action.terminal.findPrevious",
"when": "terminalFindWidgetFocused"
},
{
"key": "shift+cmd+g",
"command": "-editor.action.previousMatchFindAction",
"when": "editorFocus"
},
{
"key": "shift+cmd+g",
"command": "-workbench.action.terminal.findPreviousTerminalFocus",
"when": "terminalFocus"
},
{
"key": "shift+cmd+g",
"command": "workbench.view.scm"
},
{
"key": "ctrl+shift+g",
"command": "-workbench.view.scm"
},
{
"key": "alt+cmd+w",
"command": "-workbench.action.terminal.toggleFindWholeWord",
"when": "terminalFindWidgetFocused"
},
{
"key": "alt+cmd+w",
"command": "-workbench.action.terminal.toggleFindWholeWordTerminalFocus",
"when": "terminalFocus"
},
{
"key": "alt+cmd+w",
"command": "-toggleFindWholeWord",
"when": "editorFocus"
},
{
"key": "alt+cmd+w",
"command": "-toggleSearchWholeWord",
"when": "searchViewletFocus && searchViewletVisible"
},
{
"key": "alt+cmd+w",
"command": "workbench.action.terminal.kill"
},
{
"key": "shift+cmd+d",
"command": "-editor.action.copyLinesDownAction",
"when": "editorFocus"
},
{
"key": "shift+cmd+d",
"command": "-workbench.view.debug"
},
{
"key": "ctrl+shift+alt+l",
"command": "turboConsoleLog.displayLogMessage"
},
{
"key": "ctrl+alt+l",
"command": "-turboConsoleLog.displayLogMessage"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment