From a4c2dc4d0b638a50c3219f247b09e6238a44ec50 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Thu, 15 Sep 2022 23:33:08 -0400 Subject: refactor: small improvements (#3021) --- lua/lvim/core/alpha/dashboard.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/lvim/core/alpha') diff --git a/lua/lvim/core/alpha/dashboard.lua b/lua/lvim/core/alpha/dashboard.lua index d65980fb..9f235ce0 100644 --- a/lua/lvim/core/alpha/dashboard.lua +++ b/lua/lvim/core/alpha/dashboard.lua @@ -51,13 +51,13 @@ function M.get_sections() local buttons = { entries = { - { "SPC f", " Find File", "Telescope find_files" }, - { "SPC n", " New File", "ene!" }, - { "SPC P", " Recent Projects ", "Telescope projects" }, - { "SPC s r", " Recently Used Files", "Telescope oldfiles" }, - { "SPC s t", " Find Word", "Telescope live_grep" }, + { "f", " Find File", "Telescope find_files" }, + { "n", " New File", "ene!" }, + { "p", " Recent Projects ", "Telescope projects" }, + { "r", " Recently Used Files", "Telescope oldfiles" }, + { "t", " Find Word", "Telescope live_grep" }, { - "SPC L c", + "c", " Configuration", "edit " .. require("lvim.config"):get_user_config_path() .. " ", }, -- cgit v1.2.3