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