---@type table local mode_ic = { "i", "c" } -- Define your keybinds ---@type LazyKeysSpec local keys = { { "", function() require("backout").back() end, mode_ic, }, { "", function() require("backout").next() end, mode_ic, }, } return keys