Skip to content

Commit d8f36d4

Browse files
authored
docs: update keybindings (#198)
Co-authored-by: MarcoIeni <MarcoIeni@users.noreply.github.com>
1 parent b8a1263 commit d8f36d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/keybindings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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` |

0 commit comments

Comments
 (0)