From bbd28672d5765ad644ffb7febb31964d5d0bf732 Mon Sep 17 00:00:00 2001 From: doryan Date: Sat, 14 Dec 2024 02:53:37 +0400 Subject: [PATCH] fix(mapping): remap multi-line and single-line comment --- lua/config/plugins/comment.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/config/plugins/comment.lua b/lua/config/plugins/comment.lua index 09e798b..fd1c2e4 100644 --- a/lua/config/plugins/comment.lua +++ b/lua/config/plugins/comment.lua @@ -15,9 +15,9 @@ require("Comment").setup({ ---LHS of operator-pending mappings in NORMAL and VISUAL mode opleader = { ---Line-comment keymap - line = 'gc', + line = '/', ---Block-comment keymap - block = 'gb', + block = '/', }, ---LHS of extra mappings extra = {