Disable conflicting copilot-chat keymap in visual mode too
This commit is contained in:
parent
ffb3c9535b
commit
f890b5fbfb
@ -3,7 +3,7 @@ return {
|
||||
branch = "canary",
|
||||
keys = {
|
||||
-- disable this keymap since it conflicts with avante.nvim
|
||||
{ "<leader>aa", false },
|
||||
{ "<leader>aa", false, mode = { "n", "v" } },
|
||||
-- replace the keymap with a new one
|
||||
{
|
||||
"<leader>aA",
|
||||
|
Loading…
Reference in New Issue
Block a user