We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deeba2 commit bf34932Copy full SHA for bf34932
home/.config/zed/keymap.json
@@ -27,8 +27,8 @@
27
{
28
"context": "Workspace",
29
"bindings": {
30
- "ctrl-shift-[": "workspace::ActivateNextPane",
31
- "ctrl-shift-]>": "workspace::ActivatePreviousPane",
+ "alt-shift-]": "workspace::ActivateNextPane",
+ "ctrl-shift-[": "workspace::ActivatePreviousPane",
32
"shift-alt-s": "workspace::ActivatePaneDown",
33
"shift-alt-w": "workspace::ActivatePaneUp",
34
"f1": "workspace::ToggleZoom",
0 commit comments