docs: update README with the AvanteClear command (#1528)

This commit is contained in:
Lukas Nakamura
2025-03-08 22:16:30 +09:00
committed by GitHub
parent 3741460541
commit 510bf2ff35

View File

@@ -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 |