From a24b928433a9f1104a4a95a1d110f6bee42ddc22 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 16 Sep 2022 10:00:37 +0200 Subject: [PATCH] fixed comment shortcut --- lua/setup/my_command_center.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/setup/my_command_center.lua b/lua/setup/my_command_center.lua index d371965..bcdaa85 100644 --- a/lua/setup/my_command_center.lua +++ b/lua/setup/my_command_center.lua @@ -212,7 +212,7 @@ command_center.add({ }, { description = 'Comment line', - cmd = '(comment_toggle_current_linewise)', + cmd = '(comment_toggle_linewise_current)', keybindings = { { 'n', '', silent_noremap }, { 'n', '', silent_noremap },