mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(extras.copilot-chat): which-key in visual mode
This commit is contained in:
parent
4b7c389f14
commit
aa1243f614
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ return {
|
|||
}
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>a", "", desc = "+ai" },
|
||||
{ "<leader>a", "", desc = "+ai", mode = { "n", "v" } },
|
||||
{
|
||||
"<leader>aa",
|
||||
function()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue