fix(mapping): remap multi-line and single-line comment
This commit is contained in:
@@ -15,9 +15,9 @@ require("Comment").setup({
|
|||||||
---LHS of operator-pending mappings in NORMAL and VISUAL mode
|
---LHS of operator-pending mappings in NORMAL and VISUAL mode
|
||||||
opleader = {
|
opleader = {
|
||||||
---Line-comment keymap
|
---Line-comment keymap
|
||||||
line = 'gc',
|
line = '<leader>/',
|
||||||
---Block-comment keymap
|
---Block-comment keymap
|
||||||
block = 'gb',
|
block = '<leader>/',
|
||||||
},
|
},
|
||||||
---LHS of extra mappings
|
---LHS of extra mappings
|
||||||
extra = {
|
extra = {
|
||||||
|
|||||||
Reference in New Issue
Block a user