diff --git a/lua/plugins/dashboard.lua b/lua/plugins/dashboard.lua index 8ac6fd8..4158cac 100644 --- a/lua/plugins/dashboard.lua +++ b/lua/plugins/dashboard.lua @@ -30,7 +30,7 @@ g.dashboard_custom_section = { c = { description = { " Find Word SPC f w" }, command = "Telescope live_grep" }, d = { description = { "洛 New File SPC f n" }, command = "DashboardNewFile" }, e = { description = { " Bookmarks SPC b m" }, command = "Telescope marks" }, - f = { description = { " Load Last Session SPC l" }, command = "SessionLoad" }, + f = { description = { " Load Last Session SPC l " }, command = "SessionLoad" }, } g.dashboard_custom_footer = {