-- Keymaps are automatically loaded on the VeryLazy event -- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua -- Add any additional keymaps here local wk = require("which-key") -- ╭──────────────────────────────────────────────────────────╮ -- │ Comment box │ -- ╰──────────────────────────────────────────────────────────╯ wk.register({ [""] = { b = { c = { name = "□ Comment boxes", b = { "CBccbox", "Box Title" }, t = { "CBllline", "Titled Line" }, l = { "CBline", "Simple Line" }, m = { "CBllbox14", "Marked" }, d = { "CBd", "Remove a box" }, }, }, }, })