add multi pattern for multi curstor package

This commit is contained in:
Gilad Sher 2024-08-26 14:27:56 -04:00
parent de2a09520e
commit 6f27eee3af
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -13,5 +13,11 @@ return {
'<cmd>MCstart<cr>',
desc = 'Create a [M]ulti [S]election for selected text or word under the cursor',
},
{
mode = { 'v', 'n' },
'<Leader>mp',
'<cmd>MCpattern<cr>',
desc = 'Create a [M]ulti [P]attern selection in the current buffer',
},
},
}