fixed comment shortcut
This commit is contained in:
@@ -212,7 +212,7 @@ command_center.add({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
description = 'Comment line',
|
description = 'Comment line',
|
||||||
cmd = '<Plug>(comment_toggle_current_linewise)',
|
cmd = '<Plug>(comment_toggle_linewise_current)',
|
||||||
keybindings = {
|
keybindings = {
|
||||||
{ 'n', '<c-_>', silent_noremap },
|
{ 'n', '<c-_>', silent_noremap },
|
||||||
{ 'n', '<c-c>', silent_noremap },
|
{ 'n', '<c-c>', silent_noremap },
|
||||||
|
|||||||
Reference in New Issue
Block a user