From 609b5450d5e12fd3c86dd5b5906737071ebdbd2f Mon Sep 17 00:00:00 2001 From: siduck Date: Sat, 11 Mar 2023 12:39:13 +0530 Subject: [PATCH] add mappings btn in nvdash --- lua/core/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index cee387f..5130266 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -43,6 +43,7 @@ M.general = { -- new buffer ["b"] = { " enew ", "new buffer" }, + ["ch"] = { " NvCheatsheet ", "Mapping cheatsheet" }, }, t = { @@ -263,7 +264,6 @@ M.telescope = { ["fb"] = { " Telescope buffers ", "find buffers" }, ["fh"] = { " Telescope help_tags ", "help page" }, ["fo"] = { " Telescope oldfiles ", "find oldfiles" }, - ["tk"] = { " Telescope keymaps ", "show keys" }, -- git ["cm"] = { " Telescope git_commits ", "git commits" },