From 262a06776aa731ad89369394f73320461d4a7e63 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 18 May 2023 18:15:51 +0530 Subject: [PATCH] change mapping for telescope marks --- lua/core/default_config.lua | 2 +- lua/core/mappings.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/core/default_config.lua b/lua/core/default_config.lua index 410e932..a151df5 100644 --- a/lua/core/default_config.lua +++ b/lua/core/default_config.lua @@ -66,7 +66,7 @@ M.ui = { { " Find File", "Spc f f", "Telescope find_files" }, { "󰈚 Recent Files", "Spc f o", "Telescope oldfiles" }, { "󰈭 Find Word", "Spc f w", "Telescope live_grep" }, - { " Bookmarks", "Spc b m", "Telescope marks" }, + { " Bookmarks", "Spc m a", "Telescope marks" }, { " Themes", "Spc t h", "Telescope themes" }, { " Mappings", "Spc c h", "NvCheatsheet" }, }, diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index f4b2685..625d4fc 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -277,7 +277,7 @@ M.telescope = { -- theme switcher ["th"] = { " Telescope themes ", "Nvchad themes" }, - ["bm"] = { " Telescope marks ", "telescope bookmarks" }, + ["ma"] = { " Telescope marks ", "telescope bookmarks" }, }, }