From 37bfdbc733c7c5490123d08e112af3db393f1c36 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Wed, 12 Apr 2023 00:44:58 +0530 Subject: [PATCH] added current buffer fuzzy find keymapping --- lua/core/mappings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index 177141a..77bd0f5 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -125,6 +125,7 @@ M.telescope = { ["fb"] = { " Telescope buffers ", "find buffers" }, ["fh"] = { " Telescope help_tags ", "help page" }, ["fo"] = { " Telescope oldfiles ", "find oldfiles" }, + ["fz"] = { " Telescope current_buffer_fuzzy_find ", "find in current buffer" }, ["tk"] = { " Telescope keymaps ", "show keys" }, -- git