aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/dashboard.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/dashboard.lua')
-rw-r--r--lua/plugins/dashboard.lua14
1 files 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",
},