nvim: change vim-ReplaceWithRegister mapping

This commit is contained in:
Łukasz Pankowski 2025-03-29 18:10:07 +01:00
parent 3fa1a018ee
commit 8033f2e2a9

View File

@ -21,11 +21,12 @@ return {
{ {
'inkarkat/vim-ReplaceWithRegister', 'inkarkat/vim-ReplaceWithRegister',
keys = { keys = {
{ '<leader>r', '<Plug>ReplaceWithRegisterOperator' }, { 'gp', '<Plug>ReplaceWithRegisterOperator' },
{ '<leader>rr', '<Plug>ReplaceWithRegisterLine' }, { 'gpp', '<Plug>ReplaceWithRegisterLine' },
{ '<leader>r', '<Plug>ReplaceWithRegisterVisual', mode = 'x' }, { 'gp', '<Plug>ReplaceWithRegisterVisual', mode = 'x' },
}, },
}, },
{ {
"chrisgrieser/nvim-various-textobjs", "chrisgrieser/nvim-various-textobjs",
lazy = false, lazy = false,