add mapping for telescope bookmarks (#2035)
This commit is contained in:
parent
1cb237fa78
commit
f6229b4b46
|
@ -276,6 +276,8 @@ M.telescope = {
|
|||
|
||||
-- theme switcher
|
||||
["<leader>th"] = { "<cmd> Telescope themes <CR>", "Nvchad themes" },
|
||||
|
||||
["<leader>bm"] = { "<cmd> Telescope marks <CR>", "telescope bookmarks" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue