nvim: change vim-ReplaceWithRegister mapping
This commit is contained in:
parent
833743df07
commit
b52d530751
@ -21,11 +21,12 @@ return {
|
||||
{
|
||||
'inkarkat/vim-ReplaceWithRegister',
|
||||
keys = {
|
||||
{ '<leader>r', '<Plug>ReplaceWithRegisterOperator' },
|
||||
{ '<leader>rr', '<Plug>ReplaceWithRegisterLine' },
|
||||
{ '<leader>r', '<Plug>ReplaceWithRegisterVisual', mode = 'x' },
|
||||
{ 'gp', '<Plug>ReplaceWithRegisterOperator' },
|
||||
{ 'gpp', '<Plug>ReplaceWithRegisterLine' },
|
||||
{ 'gp', '<Plug>ReplaceWithRegisterVisual', mode = 'x' },
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
"chrisgrieser/nvim-various-textobjs",
|
||||
lazy = false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user