Skip to content

Commit febd884

Browse files
authored
fix(avante-nvim): Fix key mapping conflicts between history and hint(#1466)
Resolving key mapping conflicts b
1 parent ca3711c commit febd884

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/completion/avante-nvim

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ return {
3636
toggle = {
3737
default = prefix .. "t",
3838
debug = prefix .. "d",
39-
hint = prefix .. "h",
39+
hint = prefix .. "H",
4040
suggestion = prefix .. "s",
4141
repomap = prefix .. "R",
4242
},

0 commit comments

Comments
 (0)