update docs

This commit is contained in:
Jonas Widen 2025-03-16 18:09:08 +01:00
parent 6dbe3c3409
commit 7456183630

View File

@ -65,10 +65,12 @@ The plugin provides several ways to interact with Gemini:
The chat window appears on the right side of your editor and provides the following controls: The chat window appears on the right side of your editor and provides the following controls:
- `i`: Enter a new query - `i`: Enter a new query
- If the chat was started with buffer context (using `<leader>gs`), subsequent queries will maintain that context
- If started without context (using `<leader>gc`), queries will be context-free
- `q`: Close the chat window (history is preserved) - `q`: Close the chat window (history is preserved)
- `<Esc>`: Return focus to previous buffer - `<Esc>`: Return focus to previous buffer
- Normal mode scrolling commands (`j`, `k`, `<C-d>`, `<C-u>`, etc.) work as expected - Normal mode scrolling commands (`j`, `k`, `<C-d>`, `<C-u>`, etc.) work as expected
- Window automatically scrolls to show new messages - Window automatically scrolls to show new messages at the top
File operations in the chat window are intentionally disabled: File operations in the chat window are intentionally disabled:
- `:w`, `:e`, `:sp`, `:vs` and similar commands are blocked - `:w`, `:e`, `:sp`, `:vs` and similar commands are blocked