From b71c257bdc15622da1a6f8726be8e2040753435f Mon Sep 17 00:00:00 2001 From: siduck76 Date: Mon, 14 Jun 2021 10:56:26 +0530 Subject: [PATCH] Update dashboard.lua --- lua/dashboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/dashboard.lua b/lua/dashboard.lua index 8bb680b..023618b 100644 --- a/lua/dashboard.lua +++ b/lua/dashboard.lua @@ -22,7 +22,7 @@ g.dashboard_custom_section = { a = {description = {" Find File SPC f f"}, command = "Telescope find_files"}, b = {description = {" Recents SPC f o"}, command = "Telescope oldfiles"}, c = {description = {" Find Word SPC f w"}, command = "Telescope live_grep"}, - d = {description = {"洛 New File SPC f b"}, command = "DashboardNewFile"}, + d = {description = {"洛 New File SPC f n"}, command = "DashboardNewFile"}, e = {description = {"󰓏 Bookmarks SPC f b"}, command = "Telescope marks"}, f = {description = {" Load Last Session SPC f s"}, command = "SessionLoad"} }