From b6f3e2db44b3ad0dc735c06c53a43bd089957d0e Mon Sep 17 00:00:00 2001
From: John Zinno <62895131+jzinno@users.noreply.github.com>
Date: Thu, 29 Aug 2024 11:16:52 -0400
Subject: [PATCH] docs: update key bindings (#366)
* Update README.md
* remove duplicate entry
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 962b331..1a5442d 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
ours = "co",
theirs = "ct",
all_theirs = "ca",
+ none = "c0",
both = "cb",
cursor = "cc",
next = "]x",
@@ -204,9 +205,10 @@ The following key bindings are available for use with `avante.nvim`:
| Leaderae | edit selected blocks |
| co | choose ours |
| ct | choose theirs |
+| ca | choose all theirs |
+| c0 | choose none |
| cb | choose both |
| cc | choose cursor |
-| c0 | choose none |
| ]x | move to previous conflict |
| [x | move to next conflict |
| [[ | jump to previous codeblocks (results window) |