From 7456183630d69e9e38ee79694223ca8731c68597 Mon Sep 17 00:00:00 2001 From: Jonas Widen <jonas.widen@widens.eu> Date: Sun, 16 Mar 2025 18:09:08 +0100 Subject: [PATCH] update docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 246ee5a..441c0e4 100644 --- a/README.md +++ b/README.md @@ -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: - `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) - `<Esc>`: Return focus to previous buffer - 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: - `:w`, `:e`, `:sp`, `:vs` and similar commands are blocked