fix(mapping): remap multi-line and single-line comment

This commit is contained in:
doryan 2024-12-14 02:53:37 +04:00
parent 079ea655e0
commit bbd28672d5

View File

@ -15,9 +15,9 @@ require("Comment").setup({
---LHS of operator-pending mappings in NORMAL and VISUAL mode
opleader = {
---Line-comment keymap
line = 'gc',
line = '<leader>/',
---Block-comment keymap
block = 'gb',
block = '<leader>/',
},
---LHS of extra mappings
extra = {