diff --git a/lua/plugins/whichkey.lua b/lua/plugins/whichkey.lua index c03e0bc..ff7bd77 100644 --- a/lua/plugins/whichkey.lua +++ b/lua/plugins/whichkey.lua @@ -10,8 +10,13 @@ return { -- f key register wk.register({ f = { - name = "Buffers", - f = { "Telescope buffers", "Find Buffer" } + name = "Files", + b = { "Telescope buffers", "Find Buffer" }, + f = { "Telescope find_files", "Find File" }, + r = { "Telescope oldfiles", "Open Recent File" }, + s = { "Telescope live_grep", "Search Word" }, + t = { "Telescope tags", "Find Tag" }, + w = { "Telescope grep_string", "Find Word" }, } }, { prefix = "" })