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 `gs`), subsequent queries will maintain that context + - If started without context (using `gc`), queries will be context-free - `q`: Close the chat window (history is preserved) - ``: Return focus to previous buffer - Normal mode scrolling commands (`j`, `k`, ``, ``, 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