use command center for yanky
This commit is contained in:
@ -167,4 +167,22 @@ command_center.add({
|
||||
{ 'n', '<space>x', silent_noremap },
|
||||
},
|
||||
},
|
||||
{
|
||||
description = 'Yanky cycle forward',
|
||||
cmd = '<Plug>(YankyCycleForward)',
|
||||
keybindings = {
|
||||
{ 'n', '<c-n>', silent_noremap },
|
||||
},
|
||||
},
|
||||
{
|
||||
description = 'Yanky cycle backward',
|
||||
cmd = '<Plug>(YankyCycleBackward)',
|
||||
keybindings = {
|
||||
{ 'n', '<c-p>', silent_noremap },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user