Skip to content

Commit

Permalink
fix(multicursors-nvim): support MCstart in visual mode (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaink authored Aug 1, 2023
1 parent 7ecd911 commit d5822bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ return {
opts = {},
keys = {
{
mode = { "v", "n" },
"<Leader>m",
"<cmd>MCstart<cr>",
desc = "Create a selection for word under the cursor",
Expand Down

0 comments on commit d5822bb

Please sign in to comment.