diff --git a/README.md b/README.md index ace7683..783b563 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_ ```lua { - ---@alias Provider "openai" | "claude" | "azure" | "copilot" | [string] + ---@alias Provider "openai" | "claude" | "azure" | "copilot" | "cohere" | [string] provider = "claude", claude = { endpoint = "https://api.anthropic.com", @@ -101,7 +101,6 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_ diff = { ours = "co", theirs = "ct", - none = "c0", both = "cb", next = "]x", prev = "[x", @@ -188,14 +187,19 @@ Given its early stage, `avante.nvim` currently supports the following basic func The following key bindings are available for use with `avante.nvim`: -- Leaderaa — show sidebar -- Leaderar — show sidebar -- co — choose ours -- ct — choose theirs -- cb — choose both -- c0 — choose none -- ]x — move to previous conflict -- [x — move to next conflict +| Key Binding | Description | +|-------------|-------------| +| Leaderaa | show sidebar | +| Leaderar | refresh sidebar | +| Leaderae | edit selected blocks | +| co | choose ours | +| ct | choose theirs | +| cb | choose both | +| c0 | choose none | +| ]x | move to previous conflict | +| [x | move to next conflict | +| [[ | jump to previous codeblocks (results window) | +| ]] | jump to next codeblocks (results windows) | ## Highlight Groups