Skip to content

Instantly share code, notes, and snippets.

@robin-pham
Created April 2, 2024 00:01
Show Gist options
  • Save robin-pham/60ba4dcd0b9ca808ad4d9ae5f05abd5a to your computer and use it in GitHub Desktop.
Save robin-pham/60ba4dcd0b9ca808ad4d9ae5f05abd5a to your computer and use it in GitHub Desktop.
vscode keybindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "shift+cmd+l",
"command": "turboConsoleLog.displayLogMessage"
},
{
"key": "ctrl+alt+l",
"command": "-turboConsoleLog.displayLogMessage"
},
{
"key": "ctrl+shift+q",
"command": "workbench.action.closeEditorsInGroup"
},
{
"key": "cmd+k w",
"command": "-workbench.action.closeEditorsInGroup"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment