diff options
| author | sambergo <[email protected]> | 2022-09-21 17:42:35 +0300 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-21 10:42:35 -0400 | 
| commit | 8e1d3a2b47abf0d8fd8ef9007f2d6b2b979d9eff (patch) | |
| tree | 4f9f5eda421f97e9859a9b3d9ad80709e428b40e /lua | |
| parent | 5948c30362ea947d1e66aa8ebb8c85845907b5b7 (diff) | |
fix: more consistent dashboard description (#3055)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lvim/core/alpha/dashboard.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/lvim/core/alpha/dashboard.lua b/lua/lvim/core/alpha/dashboard.lua index 6bcb74cb..e92f12bb 100644 --- a/lua/lvim/core/alpha/dashboard.lua +++ b/lua/lvim/core/alpha/dashboard.lua @@ -109,7 +109,7 @@ function M.get_sections()        { "n", "  New File", "<CMD>ene!<CR>" },        { "p", "  Projects ", "<CMD>Telescope projects<CR>" },        { "r", "  Recent Files", "<CMD>Telescope oldfiles<CR>" }, -      { "t", "  Find Word", "<CMD>Telescope live_grep<CR>" }, +      { "t", "  Find Text", "<CMD>Telescope live_grep<CR>" },        {          "c",          "  Configuration", | 
