From c448931832df372af9e00511405bb364b4f2480d Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 28 Feb 2023 09:45:05 +0200 Subject: Add new file (Text) option --- lua/plugins/dashboard.lua | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lua/plugins/dashboard.lua b/lua/plugins/dashboard.lua index dd50c65..f78a8b8 100644 --- a/lua/plugins/dashboard.lua +++ b/lua/plugins/dashboard.lua @@ -28,14 +28,20 @@ db.setup({ key = "f", }, { - desc = " Text", - group = "DiagnosticHint", - action = "Telescope live_grep", + desc = " Text", + group = "Label", + action = 'enew', key = "t", }, + { + desc = " Grep", + group = "Label", + action = "Telescope live_grep", + key = "g", + }, { desc = " Scheme", - group = "Number", + group = "Label", action = "Telescope colorscheme", key = "s", }, -- cgit v1.2.3