Skip to content

Instantly share code, notes, and snippets.

@mlazos
Created May 9, 2025 00:11
Show Gist options
  • Save mlazos/45b600432a8d89e29323673db61552d5 to your computer and use it in GitHub Desktop.
Save mlazos/45b600432a8d89e29323673db61552d5 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+tab",
"command": "-workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "shift+cmd+]",
"command": "-workbench.action.nextEditor"
},
{
"key": "ctrl+shift+tab",
"command": "-workbench.action.quickOpenLeastRecentlyUsedEditorInGroup"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "shift+cmd+[",
"command": "-workbench.action.previousEditor"
},
{
"key": "ctrl+shift+l",
"command": "bookmarks.toggleLabeled"
},
{
"key": "ctrl+shift+b",
"command": "bookmarks.listFromAllFiles"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment