local wk = require("which-key") wk.setup { ignore_missing = true } wk.register({ [""] = { f = { name = "Files", f = { "Telescope find_files", "Find File" }, g = { "Telescope live_grep", "Live Grep" } }, b = { name = "Buffers", b = { "Telescope buffers", "Find Buffers" }, x = { "BufDel", "Close Buffer" } }, t = { name = "NvimTree", t = { "NvimTreeToggle", "NvimTree Toggle" }, f = { "NvimTreeFocus", "NvimTree Focus" } } }, g = { name = "Git", c = { "Telescope git_commits", "Git Commits" }, s = { "Telescope git_status", "Git Status" }, b = { "Gitsigns blame_line", "Blame Line" }, d = { "Gitsigns diffthis", "Diff This" } }, [""] = { "BufferLineCycleNext" } })