---@type LazyKeysSpec[]
local keys = {
    { "<Tab>", ":EagleWin<CR>", mode = "n", { noremap = true, silent = true } },
}

return keys