diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-28 09:45:05 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-28 09:45:05 +0200 |
| commit | c448931832df372af9e00511405bb364b4f2480d (patch) | |
| tree | fc6232adbd8d60eeecbd063a1718a0b9cef2ba50 | |
| parent | a36202a16ed4069cb01f4e61f2ed6d9ddd553445 (diff) | |
| download | dotfiles-c448931832df372af9e00511405bb364b4f2480d.tar.gz dotfiles-c448931832df372af9e00511405bb364b4f2480d.zip | |
Add new file (Text) option
| -rw-r--r-- | lua/plugins/dashboard.lua | 14 |
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", }, |
