docs: update key bindings (#366)

* Update README.md

* remove duplicate entry
This commit is contained in:
John Zinno 2024-08-29 11:16:52 -04:00 committed by GitHub
parent cdd7730bd7
commit b6f3e2db44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,6 +107,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
ours = "co", ours = "co",
theirs = "ct", theirs = "ct",
all_theirs = "ca", all_theirs = "ca",
none = "c0",
both = "cb", both = "cb",
cursor = "cc", cursor = "cc",
next = "]x", next = "]x",
@ -204,9 +205,10 @@ The following key bindings are available for use with `avante.nvim`:
| <kbd>Leader</kbd><kbd>a</kbd><kbd>e</kbd> | edit selected blocks | | <kbd>Leader</kbd><kbd>a</kbd><kbd>e</kbd> | edit selected blocks |
| <kbd>c</kbd><kbd>o</kbd> | choose ours | | <kbd>c</kbd><kbd>o</kbd> | choose ours |
| <kbd>c</kbd><kbd>t</kbd> | choose theirs | | <kbd>c</kbd><kbd>t</kbd> | choose theirs |
| <kbd>c</kbd><kbd>a</kbd> | choose all theirs |
| <kbd>c</kbd><kbd>0</kbd> | choose none |
| <kbd>c</kbd><kbd>b</kbd> | choose both | | <kbd>c</kbd><kbd>b</kbd> | choose both |
| <kbd>c</kbd><kbd>c</kbd> | choose cursor | | <kbd>c</kbd><kbd>c</kbd> | choose cursor |
| <kbd>c</kbd><kbd>0</kbd> | choose none |
| <kbd>]</kbd><kbd>x</kbd> | move to previous conflict | | <kbd>]</kbd><kbd>x</kbd> | move to previous conflict |
| <kbd>[</kbd><kbd>x</kbd> | move to next conflict | | <kbd>[</kbd><kbd>x</kbd> | move to next conflict |
| <kbd>[</kbd><kbd>[</kbd> | jump to previous codeblocks (results window) | | <kbd>[</kbd><kbd>[</kbd> | jump to previous codeblocks (results window) |