32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
|
|
# Finding Your Way Around
|
||
|
|
|
||
|
|
The screen has three parts: the **scrollback** (the conversation), the
|
||
|
|
**prompt** below it, and the **shortcuts bar** at the bottom. Panes for
|
||
|
|
todos and background tasks slide in when you need them.
|
||
|
|
|
||
|
|
## Focus
|
||
|
|
|
||
|
|
**`Tab`** switches focus between the prompt and the scrollback. Focused
|
||
|
|
scrollback gets a selection you can move with the arrow keys.
|
||
|
|
|
||
|
|
## Moving through the conversation
|
||
|
|
|
||
|
|
- **`↑`/`↓`** — select the previous/next entry.
|
||
|
|
- **`Shift+←`/`Shift+→`** — jump between turns (your prompts).
|
||
|
|
- **`PageUp`/`PageDown`** — scroll by page; this works straight from the
|
||
|
|
prompt, no focus change needed.
|
||
|
|
- **`←`/`→`** — collapse/expand the selected entry; long tool output stays
|
||
|
|
out of your way until you want it.
|
||
|
|
- **`Enter`** — open the selected entry in a fullscreen viewer.
|
||
|
|
|
||
|
|
## Panes
|
||
|
|
|
||
|
|
- **`Ctrl+T`** — toggle the **todos pane**: Grok's live plan for the
|
||
|
|
current task.
|
||
|
|
- **`Ctrl+G`** — toggle the **tasks pane**: everything running in the
|
||
|
|
background, with its status.
|
||
|
|
|
||
|
|
Prefer vim keys? **`/vim-mode`** switches the scrollback to `j`/`k`,
|
||
|
|
`g`/`G`, and friends.
|
||
|
|
|
||
|
|
*Go deeper: `/docs Keyboard Shortcuts`*
|