---@type wk.Opts local opts = { preset = "modern", keys = { -- binding to scroll down inside the popup scroll_down = "", -- binding to scroll up inside the popup scroll_up = "", }, icons = { breadcrumb = "»", separator = "➜", group = "+", ellipsis = "…", keys = { Up = " ", Down = " ", Left = " ", Right = " ", C = "󰘴 ", M = "󰘵 ", D = "󰘳 ", S = "󰘶 ", CR = "󰌑 ", Esc = "󱊷 ", ScrollWheelDown = "󱕐 ", ScrollWheelUp = "󱕑 ", NL = "󰌑 ", BS = "󰁮", Space = "󱁐 ", Tab = "󰌒 ", F1 = "󱊫", F2 = "󱊬", F3 = "󱊭", F4 = "󱊮", F5 = "󱊯", F6 = "󱊰", F7 = "󱊱", F8 = "󱊲", F9 = "󱊳", F10 = "󱊴", F11 = "󱊵", F12 = "󱊶", }, }, disable = { -- disable WhichKey for certain file types ft = {}, -- disable WhichKey for certain buffer types bt = {}, }, } return opts