diff --git a/lua/nvchad/mappings.lua b/lua/nvchad/mappings.lua index 3342751..bcdb3e3 100644 --- a/lua/nvchad/mappings.lua +++ b/lua/nvchad/mappings.lua @@ -66,7 +66,7 @@ map("n", "e", "NvimTreeFocus", { desc = "Nvimtree Focus window" map("n", "fw", "Telescope live_grep", { desc = "Telescope Live grep" }) map("n", "fb", "Telescope buffers", { desc = "Telescope Find buffers" }) map("n", "fh", "Telescope help_tags", { desc = "Telescope Help page" }) - +map("n", "ma", "Telescope marks", { desc = "Telescope Find marks" }) map("n", "fo", "Telescope oldfiles", { desc = "Telescope Find oldfiles" }) map("n", "fz", "Telescope current_buffer_fuzzy_find", { desc = "Telescope Find in current buffer" }) map("n", "cm", "Telescope git_commits", { desc = "Telescope Git commits" })