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

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