From 510bf2ff3530de88ed7cc467c18f9decd2636317 Mon Sep 17 00:00:00 2001 From: Lukas Nakamura Date: Sat, 8 Mar 2025 22:16:30 +0900 Subject: [PATCH] docs: update README with the AvanteClear command (#1528) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05130e7..348b9fe 100644 --- a/README.md +++ b/README.md @@ -612,6 +612,7 @@ The following key bindings are available for use with `avante.nvim`: | `:AvanteAsk [question] [position]` | Ask AI about your code. Optional `position` set window position and `ask` enable/disable direct asking mode | `:AvanteAsk position=right Refactor this code here` | `:AvanteBuild` | Build dependencies for the project | | `:AvanteChat` | Start a chat session with AI about your codebase. Default is `ask`=false | +| `:AvanteClear` | Clear the chat history | | `:AvanteEdit` | Edit the selected code blocks | | `:AvanteFocus` | Switch focus to/from the sidebar | | `:AvanteRefresh` | Refresh all Avante windows |