fix(mapping): remap multi-line and single-line comment
This commit is contained in:
parent
079ea655e0
commit
bbd28672d5
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue