From b5f46280a0c9fc67f024a075ec8391cb9e63357e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Pi=C3=B3rowski?= Date: Tue, 3 Jun 2025 06:02:42 +0200 Subject: [PATCH] feat(docs): add add all buffers shortcut (#2112) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7f08a8..30130c0 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ The following key bindings are available for use with `avante.nvim`: | Leaderae | edit selected blocks | | LeaderaS | stop current AI request | | Leaderah | select between chat histories | +| LeaderaB | add all buffer (files) as Selected Files | | co | choose ours | | ct | choose theirs | | ca | choose all theirs |