I don't remember why

This commit is contained in:
Antoine Vaure 2024-08-12 16:54:16 +02:00
parent 3c0c60de78
commit 7700dfc590

View file

@ -512,7 +512,7 @@ local plugins = {
{ "<C-Up>", "<Cmd>MultipleCursorsAddUp<CR>", mode = { "n", "i" } },
{ "<C-k>", "<Cmd>MultipleCursorsAddUp<CR>" },
{ "<C-LeftMouse>", "<Cmd>MultipleCursorsMouseAddDelete<CR>", mode = { "n", "i" } },
{ "<Leader>a", "<Cmd>MultipleCursorsAddMatches<CR>", mode = { "n", "x" } },
{ "<Leader>a", "<Cmd>MultipleCursorsJumpNextMatch<CR>", mode = { "n", "x" } },
{ "<Leader>A", "<Cmd>MultipleCursorsAddMatchesV<CR>", mode = { "n", "x" } },
-- { "<Leader>d", "<Cmd>MultipleCursorsAddJumpNextMatch<CR>", mode = { "n", "x" } },
-- { "<Leader>D", "<Cmd>MultipleCursorsJumpNextMatch<CR>" },