Skip to content

Instantly share code, notes, and snippets.

@p10q
Last active December 27, 2023 15:39
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 p10q/8a905aae3fa9d735357060bc68b92215 to your computer and use it in GitHub Desktop.
Save p10q/8a905aae3fa9d735357060bc68b92215 to your computer and use it in GitHub Desktop.
vs code keybindings.json
[
{
"key": "shift+cmd+j",
"command": "-workbench.action.search.toggleQueryDetails",
"when": "inSearchEditor || searchViewletFocus"
},
{
"key": "shift+cmd+j",
"command": "revealInExplorer"
},
{
"key": "shift+cmd+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "shift+cmd+o",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+r",
"command": "-workbench.action.openRecent"
},
{
"key": "ctrl+h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl+l",
"command": "workbench.action.navigateRight"
},
{
"key": "ctrl+k",
"command": "workbench.action.navigateUp"
},
{
"key": "ctrl+j",
"command": "workbench.action.navigateDown"
},
{
"key": "alt+r",
"command": "workbench.action.openRecent"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment