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
|
---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 = {
|
||||||
|
|
Loading…
Reference in New Issue