aboutsummaryrefslogtreecommitdiff
path: root/lua/config/whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/whichkey.lua')
-rw-r--r--lua/config/whichkey.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua
index 732d422..2f08465 100644
--- a/lua/config/whichkey.lua
+++ b/lua/config/whichkey.lua
@@ -63,7 +63,9 @@ function M.setup()
["f"] = { "<cmd>Telescope find_files<CR>", "find files" },
["b"] = { "<cmd>Telescope git_branches<CR>", "git branches" },
["c"] = { "<cmd>Telescope git_commits<CR>", "git commits" },
- ["l"] = { "<cmd>Telescope live_grep<CR>", "ripgrep" }
+ ["l"] = { "<cmd>Telescope live_grep<CR>", "ripgrep" },
+ ["z"] = { "<cmd>Telescope current_buffer_fuzzy_find<CR>", "fuzzy" },
+
},
["z"] = {
name = "packer",