From 911a9cf9deee5c53e532b517a4fb2dd04c7b124f Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Wed, 4 Feb 2026 22:25:27 -0800 Subject: [PATCH] docs(cli): update keyboard shortcut documentation for unfocus shell input --- docs/cli/keyboard-shortcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/keyboard-shortcuts.md b/docs/cli/keyboard-shortcuts.md index a1a28665b9..6c79fbbd0f 100644 --- a/docs/cli/keyboard-shortcuts.md +++ b/docs/cli/keyboard-shortcuts.md @@ -115,7 +115,7 @@ available combinations. | Tab | `Tab (no Shift)` | | Tab | `Tab (no Shift)` | | Focus the shell input from the gemini input. | `Tab (no Shift)` | -| Focus the Gemini input from the shell input. | `Tab` | +| Focus the Gemini input from the shell input. | `Shift + Tab` | | Clear the terminal screen and redraw the UI. | `Ctrl + L` | | Restart the application. | `R` | | Suspend the application (not yet implemented). | `Ctrl + Z` |