We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2a095 commit 6f27eeeCopy full SHA for 6f27eee
lua/custom/plugins/multi-cursor.lua
@@ -13,5 +13,11 @@ return {
13
'<cmd>MCstart<cr>',
14
desc = 'Create a [M]ulti [S]election for selected text or word under the cursor',
15
},
16
+ {
17
+ mode = { 'v', 'n' },
18
+ '<Leader>mp',
19
+ '<cmd>MCpattern<cr>',
20
+ desc = 'Create a [M]ulti [P]attern selection in the current buffer',
21
+ },
22
23
}
0 commit comments