From 23a3a8f7c6547f7c23d8736173f29e6a8fbe1009 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 1 Jul 2022 21:13:57 +0200 Subject: [PATCH] added additional command for comment --- lua/setup/my_command_center.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/setup/my_command_center.lua b/lua/setup/my_command_center.lua index 1ba7d7b..8f8a646 100644 --- a/lua/setup/my_command_center.lua +++ b/lua/setup/my_command_center.lua @@ -215,6 +215,7 @@ command_center.add({ cmd = '(comment_toggle_current_linewise)', keybindings = { { 'n', '', silent_noremap }, + { 'n', '', silent_noremap }, }, }, { @@ -222,6 +223,7 @@ command_center.add({ cmd = '(comment_toggle_linewise_visual)gv', keybindings = { { 'x', '', silent_noremap }, + { 'x', '', silent_noremap }, }, }, {