Skip to content

Commit 4c9c7f6

Browse files
authored
feat(avante-nvim): consolidate keybinds under existing prefix (#1395)
Update init.lua
1 parent 155e721 commit 4c9c7f6

File tree

1 file changed

+3
-0
lines changed
  • lua/astrocommunity/completion/avante-nvim

1 file changed

+3
-0
lines changed

lua/astrocommunity/completion/avante-nvim/init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ return {
2626
edit = prefix .. "e",
2727
refresh = prefix .. "r",
2828
focus = prefix .. "f",
29+
select_model = prefix .. "?",
30+
stop = prefix .. "S",
31+
select_history = prefix .. "h",
2932
toggle = {
3033
default = prefix .. "t",
3134
debug = prefix .. "d",

0 commit comments

Comments
 (0)