From 584268408700e23489950ee8af93ae1b59b49a32 Mon Sep 17 00:00:00 2001 From: siduck Date: Sat, 11 Mar 2023 12:08:42 +0530 Subject: [PATCH] add mappings btn in nvdash --- lua/core/default_config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/core/default_config.lua b/lua/core/default_config.lua index 0a94dce..1cf0934 100644 --- a/lua/core/default_config.lua +++ b/lua/core/default_config.lua @@ -69,6 +69,7 @@ M.ui = { { " Find Word", "Spc f w", "Telescope live_grep" }, { " Bookmarks", "Spc b m", "Telescope marks" }, { " Themes", "Spc t f", "Telescope themes" }, + { " Mappings", "Spc c h", "NvCheatsheet" }, }, },