change mapping for telescope marks

This commit is contained in:
siduck 2023-05-18 18:15:51 +05:30
parent f6229b4b46
commit 262a06776a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -277,7 +277,7 @@ M.telescope = {
-- theme switcher
["<leader>th"] = { "<cmd> Telescope themes <CR>", "Nvchad themes" },
["<leader>bm"] = { "<cmd> Telescope marks <CR>", "telescope bookmarks" },
["<leader>ma"] = { "<cmd> Telescope marks <CR>", "telescope bookmarks" },
},
}