Skip to content

Commit

Permalink
fix(multiple-cursors-nvim)!: Change prefix to <Leader>m (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Aug 4, 2024
1 parent d3463cb commit 96b765b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ return {
maps.n[lhs] = map
maps.i[lhs] = map
end
local prefix = "<Leader>c"
local prefix = "<Leader>m"
for lhs, map in pairs {
[prefix .. "a"] = { "<Cmd>MultipleCursorsAddMatches<CR>", desc = "Add cursor matches" },
[prefix .. "A"] = { "<Cmd>MultipleCursorsAddMatchesV<CR>", desc = "Add cursor matches in previous visual area" },
Expand Down

0 comments on commit 96b765b

Please sign in to comment.