Unset default keymaps

The extras spec includes its own keymaps for the most common commands
now so these are redundant and causing duplicate entries in which-key.
This commit is contained in:
Bryan Niwa 2025-10-20 10:15:35 -07:00
parent a65d5d530d
commit ec76c543ca

View file

@ -11,6 +11,9 @@ return {
selection = { selection = {
hint_display = "none", hint_display = "none",
}, },
behaviour = {
auto_set_keymaps = false,
},
}, },
cmd = { cmd = {
"AvanteAsk", "AvanteAsk",