---@type table
local opts = {
    keymaps = {
        open = "<leader>oc",
        open_new = "<leader>oC",
    },
}

return opts