AutoYADM commit: 2024-11-26 12:45:03

This commit is contained in:
Daniel Fichtinger 2024-11-26 12:45:03 -05:00
parent 2e0cb3602a
commit 99b0dfd2b6
2 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,7 @@ local function mapPrefix(prefix, enabled)
})
-- define the suffix mappings
local mappings = {
toggle = "p",
toggle = "n",
toggleLeftSide = "ql",
toggleRightSide = "qr",
widthUp = "=",
@ -28,7 +28,7 @@ return {
opts = function()
return {
width = 150,
mappings = mapPrefix("<leader>N", true),
mappings = mapPrefix("<leader><Cr>", true),
-- mappings = {
-- enabled = true,
-- },