-- Modify which-key registration -- Add bindings which show up as group name return { -- first key is the mode, n == normal mode -- n = { -- second key is the prefix, prefixes -- [""] = { -- third key is the key to bring up next level and its displayed -- group name in which-key top level menu -- ["n"] = { "tabnew", "New Buffer" }, -- ["z"] = { "ZenMode", "Zen Mode" }, -- }, -- }, }