add mapping for telescope bookmarks (#2035)

This commit is contained in:
siduck 2023-05-18 11:45:02 +05:30
parent 1cb237fa78
commit f6229b4b46
1 changed files with 2 additions and 0 deletions

View File

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