---@type table local cmds = { -- Boxes "CBllbox", "CBlcbox", "CBlrbox", "CBclbox", "CBccbox", "CBcrbox", "CBrlbox", "CBrcbox", "CBrrbox", "CBlabox", "CBcabox", "CBrabox", -- Titled lines "CBllline", "CBlcline", "CBlrline", "CBclline", "CBccline", "CBcrline", "CBrlline", "CBrcline", "CBrrline", -- Removing a box or a titled line while keeping the text "CBd", -- Yank the content of a box or a titled line "CBy", -- Lines "CBline", "CBcline", "CBrline", } return cmds