Created
June 6, 2023 04:43
-
-
Save huytd/6b13b80ddc62c7c80ad9c6e5f9a18b8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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