We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lockmarks
gc{o,O}
1 parent 728f38e commit 80e7746Copy full SHA for 80e7746
lua/Comment/api.lua
@@ -555,8 +555,8 @@ function api.setup(config)
555
556
-- Extra Mappings
557
if cfg.mappings.extra then
558
- K('n', cfg.extra.below, api.locked('insert.linewise.below'), { desc = 'Comment insert below' })
559
- K('n', cfg.extra.above, api.locked('insert.linewise.above'), { desc = 'Comment insert above' })
+ K('n', cfg.extra.below, api.insert.linewise.below, { desc = 'Comment insert below' })
+ K('n', cfg.extra.above, api.insert.linewise.above, { desc = 'Comment insert above' })
560
K('n', cfg.extra.eol, api.locked('insert.linewise.eol'), { desc = 'Comment insert end of line' })
561
end
562
0 commit comments