From f6229b4b464d9101518f82a4148866ec46e32ac9 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 18 May 2023 11:45:02 +0530 Subject: [PATCH] add mapping for telescope bookmarks (#2035) --- lua/core/mappings.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index d488fdf..f4b2685 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -276,6 +276,8 @@ M.telescope = { -- theme switcher ["th"] = { " Telescope themes ", "Nvchad themes" }, + + ["bm"] = { " Telescope marks ", "telescope bookmarks" }, }, }