From b5cf9fde0e64d963a776c80f87609a3425771e04 Mon Sep 17 00:00:00 2001 From: Shubham K <53286173+sk02241994@users.noreply.github.com> Date: Fri, 7 Apr 2023 22:59:13 +0530 Subject: [PATCH] Added current buffer fuzzy find key mapping (#1903) * Added current buffer fuzzy find key mapping * change telescope fuzzy mapping to fz Co-authored-by: Sidhanth Rathod --- lua/core/mappings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index 36f18a5..8fbbf22 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -265,6 +265,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" }, -- git ["cm"] = { " Telescope git_commits ", "git commits" },