diff options
| -rw-r--r-- | lua/lv-dashboard/init.lua | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/lua/lv-dashboard/init.lua b/lua/lv-dashboard/init.lua index d9511e90..7e6fc060 100644 --- a/lua/lv-dashboard/init.lua +++ b/lua/lv-dashboard/init.lua @@ -16,15 +16,15 @@ M.config = function()        description = { "  Recently Used Files" },        command = "Telescope oldfiles",      }, +    -- c = { +    --   description = { "  Load Last Session  " }, +    --   command = "SessionLoad", +    -- },      c = { -      description = { "  Load Last Session  " }, -      command = "SessionLoad", -    }, -    d = {        description = { "  Find Word          " },        command = "Telescope live_grep",      }, -    e = { +    d = {        description = { "  Settings           " },        command = ":e " .. CONFIG_PATH .. "/lv-config.lua",      }, | 
