feat(sidebar): Add option and keymap to start a new chat directly (#2004)

This commit is contained in:
aniaan
2025-05-07 15:27:50 +08:00
committed by GitHub
parent 103b827b60
commit 113913355a
3 changed files with 16 additions and 2 deletions

View File

@@ -435,6 +435,7 @@ M._defaults = {
},
-- NOTE: The following will be safely set by avante.nvim
ask = "<leader>aa",
new_ask = "<leader>an",
edit = "<leader>ae",
refresh = "<leader>ar",
focus = "<leader>af",