local wk = require("which-key") wk.register({ 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", }, }, { prefix = "" })