File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -423,13 +423,13 @@ Here are the default Glimpse key bindings.
423423| w - | Shrink group | ` workbench.action.decreaseViewSize ` |
424424| w c | Close group | ` workbench.action.closeEditorsInGroup ` |
425425| w C | Close all other groups | ` workbench.action.closeEditorsInOtherGroups ` |
426- | w h | Focus group left | ` workbench.action.focusPreviousGroup ` |
426+ | w h | Focus group left | ` workbench.action.navigateLeft ` |
427427| w H | Move in group left | ` workbench.action.moveActiveEditorGroupLeft ` |
428- | w j | Focus group down | ` workbench.action.focusBelowGroup ` |
428+ | w j | Focus group down | ` workbench.action.navigateDown ` |
429429| w J | Move in group down | ` workbench.action.moveActiveEditorGroupDown ` |
430- | w k | Focus group up | ` workbench.action.focusAboveGroup ` |
430+ | w k | Focus group up | ` workbench.action.navigateUp ` |
431431| w K | Move in group up | ` workbench.action.moveActiveEditorGroupUp ` |
432- | w l | Focus group right | ` workbench.action.focusNextGroup ` |
432+ | w l | Focus group right | ` workbench.action.navigateRight ` |
433433| w L | Move in group right | ` workbench.action.moveActiveEditorGroupRight ` |
434434| w m | Maximize editor group | ` workbench.action.toggleEditorWidths ` |
435435| w M | Maximize editor group and hide others | ` workbench.action.toggleMaximizeEditorGroup ` |
You can’t perform that action at this time.
0 commit comments