local wk = require("which-key") wk.register({ t = { ["1"] = { "BufferGoto 1", }, d = { "BufferClose", "Close Current Buffer", }, }, f = { "Telescope - Finder", f = { "Telescope find_files", "Find File", }, g = { "Telescope live_grep", "Live Grep", }, b = { "Telescope buffers", "Find Open Buffers", }, h = { "Telescope help_tags", "Find Help", }, }, n = { "Terminal", b = { "lua _Lazygit_toggle()", "Open Lazygit", }, j = { "ToggleTerm", "Open Terminal", }, }, c = { "NerdCommenter", }, r = { "lua vim.lsp.buf.rename()", "Rename a token", }, }, { prefix = "" })