Skip to content

Commit

Permalink
docs: update keybindings (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Feb 29, 2024
1 parent c04b574 commit f49464d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ Here are the default Glimpse key bindings.
| w W | Focus group left | `workbench.action.focusPreviousGroup` |
| w x | Close all groups | `workbench.action.closeAllGroups` |
| w z | Join all groups | `workbench.action.joinAllGroups` |
| w 1 | Single column window layout | `workbench.action.editorLayoutSingle` |
| w 2 | Double column window layout | `workbench.action.editorLayoutTwoColumns` |
| w 3 | Triple column window layout | `workbench.action.editorLayoutThreeColumns` |
| w 4 | Grid window layout | `workbench.action.editorLayoutTwoByTwoGrid` |

### Enlarge group

Expand Down

0 comments on commit f49464d

Please sign in to comment.