require("which-key").register({ f = { f = { "Telescope find_files", "Find files" }, b = { "Telescope buffers", "Find buffers" }, r = { "Telescope oldfiles", "Find recent files" }, }, s = { l = { "Telescope current_buffer_fuzzy_find", "Search lines" }, g = { "Telescope live_grep", "Live grep" }, c = { "Telescope command_history", "Command history" }, C = { "Telescope commands", "Commands" }, d = { "Telescope diagnostics", "Diagnostics" }, h = { "Telescope help_tags", "Help tags" }, k = { "Telescope keymaps", "Keymaps" }, s = { "Telescope lsp_document_symbols", "Symbols (Document)" }, S = { "Telescope lsp_workspace_symbols", "Symbols (Workspace)" }, }, g = { c = { "Telescope git_commits", "Commits" }, s = { "Telescope git_status", "Status" }, }, }, { prefix = "" })