Skip to content

Instantly share code, notes, and snippets.

@huytd
Created June 6, 2023 04:43
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 huytd/6b13b80ddc62c7c80ad9c6e5f9a18b8f to your computer and use it in GitHub Desktop.
Save huytd/6b13b80ddc62c7c80ad9c6e5f9a18b8f to your computer and use it in GitHub Desktop.
[
{
"context": "Editor",
"bindings": {
"cmd-b": "editor::GoToDefinition",
"cmd-shift-b": "editor::GoToTypeDefinition",
"cmd-r": "project_symbols::Toggle",
"cmd-0": "workspace::ToggleLeftSidebar",
"ctrl-0": "outline::Toggle"
}
},
{
"context": "Pane",
"bindings": {
"cmd-1": [
"pane::ActivateItem",
0
],
"cmd-2": [
"pane::ActivateItem",
1
],
"cmd-3": [
"pane::ActivateItem",
2
],
"cmd-4": [
"pane::ActivateItem",
3
],
"cmd-5": [
"pane::ActivateItem",
4
],
"cmd-6": [
"pane::ActivateItem",
5
],
"cmd-7": [
"pane::ActivateItem",
6
],
"cmd-8": [
"pane::ActivateItem",
7
],
"cmd-9": [
"pane::ActivateItem",
8
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment