Vim cleanups

This commit is contained in:
2023-02-27 16:41:19 +09:00
parent 3cc491c93b
commit 6f3b7152ab
7 changed files with 57 additions and 42 deletions

View File

@@ -80,20 +80,6 @@ return {
local wk = require("which-key")
wk.setup(opts)
wk.register({
gc = {
name = "Comment",
},
ys = { name = "Add Surroundings" },
ds = { name = "Delete Surroundings" },
cs = { name = "Change Surroundings" },
yS = { name = "Add Surroundings" },
dS = { name = "Delete Surroundings" },
cS = { name = "Change Surroundings" },
}, {
noremap = false,
})
wk.register({
mode = { "n", "v" },
["g"] = { name = "+goto" },