---@type LazyKeysSpec[]
local keys = {
    { '"', mode = { "n", "v" } },
    { "<C-R>", mode = "i" },
}

return keys