Glint uses a hierarchical shortcut system. Shortcuts are scoped to the active context — shortcuts from deeper layers take priority when that context is active.
Shortcut Layers
From lowest to highest priority:
- App — always active
- Repo Tab — active when a Repo or Worktree tab is focused
- Content Tab — active for the current content tab type
- Mode — active for the current mode within a content tab
Viewing All Shortcuts
Press Ctrl+/ or F1 to open the keyboard shortcuts dialog. It shows all shortcuts across the hierarchy, including which layers are currently active or inactive.
App Shortcuts
| Shortcut | Action |
|---|
| Ctrl+/ or F1 | Open keyboard shortcuts |
| Ctrl+Tab | Next content tab |
| Ctrl+Shift+Tab | Previous content tab |
| Ctrl+W | Close active content tab |
Layout Shortcuts
| Shortcut | Layout |
|---|
| Alt+1 | Side-by-Side |
| Alt+2 | Studio |
| Alt+3 | Widescreen |
| Alt+4 | Ultrawide |
| Alt+5 | Focus |
| Alt+6 | Workbench |
| Alt+7 | Workshop |
| Alt+8 | Command Center |
| Alt+9 | Three Column |
Repo Tab Shortcuts
These require the relevant repository capability (git, issues, etc.):
| Shortcut | Action |
|---|
| Ctrl+Shift+B | Open Branches |
| Ctrl+Shift+G | Open Tags |
| Ctrl+Shift+H | Open Stashes |
| Ctrl+Shift+L | Open Reflog |
| Ctrl+Shift+A | Open Actions |
Content Tab Shortcuts
Some content tabs define their own shortcuts when active:
Reflog
| Shortcut | Action |
|---|
| Up/Down | Select entry |
| Enter | Toggle diff |
| C | Reset to entry |
| R | Refresh |
Actions
| Shortcut | Action |
|---|
| Up/Down or j/k | Select run |
| Enter | Open in browser |
PR Changed Files
| Shortcut | Action |
|---|
| j/k | Next/previous file |
| n/p | Next/previous change |
| e | Expand/collapse |
Tab Navigation
| Shortcut | Action |
|---|
| Alt+Left | Back (detail tabs) |
| Alt+Right | Forward (detail tabs) |
Notes
- Shortcuts use key position (
event.code), so they work consistently across keyboard layouts
- When a Terminal tab is active, most shortcuts are passed through to the terminal
- Text input fields take priority over single-key shortcuts