added additional command for comment
This commit is contained in:
@ -215,6 +215,7 @@ command_center.add({
|
||||
cmd = '<Plug>(comment_toggle_current_linewise)',
|
||||
keybindings = {
|
||||
{ 'n', '<c-_>', silent_noremap },
|
||||
{ 'n', '<c-c>', silent_noremap },
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -222,6 +223,7 @@ command_center.add({
|
||||
cmd = '<Plug>(comment_toggle_linewise_visual)gv',
|
||||
keybindings = {
|
||||
{ 'x', '<c-_>', silent_noremap },
|
||||
{ 'x', '<c-c>', silent_noremap },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user