use x for visual mode instead of v

This commit is contained in:
Oliver Hartmann
2022-07-01 16:44:37 +02:00
parent ec56132c85
commit 8020639f31
2 changed files with 22 additions and 36 deletions

View File

@ -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 },
},
},
{