Updating mappings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
"numToStr/Comment.nvim",
|
||||
keys = { "gcc", "gbc", "gc", "gb", "gcO", "gco", "gcA" },
|
||||
keys = { "gcc", "gbc", { "gc", mode = "v" }, { "gb", mode = "v" }, "gcO", "gco", "gcA" },
|
||||
config = function()
|
||||
local comment = require("Comment")
|
||||
comment.setup({
|
||||
|
||||
Reference in New Issue
Block a user