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