From a6bd5128299522f99fa40543bf0a9f527d46eb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=20-=20DEV?= <124034919+dangdd2003@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:07:52 +0700 Subject: [PATCH] add missing mapping for finding marks (#2782) --- lua/nvchad/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" })