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" }, }, }