mirror of
https://github.com/zoriya/flake.git
synced 2025-12-20 05:25:19 +00:00
Vim cleanups
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user