use x for visual mode instead of v
This commit is contained in:
@ -16,7 +16,7 @@ command_center.add({
|
||||
cmd = '<CMD>Telescope command_center<CR>',
|
||||
keybindings = {
|
||||
{ 'n', '<Leader>p', noremap },
|
||||
{ 'v', '<Leader>p', noremap },
|
||||
{ 'x', '<Leader>p', noremap },
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -221,7 +221,7 @@ command_center.add({
|
||||
description = 'Comment line',
|
||||
cmd = '<Plug>(comment_toggle_linewise_visual)gv',
|
||||
keybindings = {
|
||||
{ 'v', '<c-_>', silent_noremap },
|
||||
{ 'x', '<c-_>', silent_noremap },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user