fixed comment shortcut

This commit is contained in:
Oliver Hartmann 2022-09-16 10:00:37 +02:00
parent 4c9b016540
commit a24b928433

View File

@ -212,7 +212,7 @@ command_center.add({
},
{
description = 'Comment line',
cmd = '<Plug>(comment_toggle_current_linewise)',
cmd = '<Plug>(comment_toggle_linewise_current)',
keybindings = {
{ 'n', '<c-_>', silent_noremap },
{ 'n', '<c-c>', silent_noremap },