fix: grep string on dashboard
This commit is contained in:
parent
d4b0ff49be
commit
c44df0d6c4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ g.dashboard_custom_section = {
|
||||||
},
|
},
|
||||||
find_string = {
|
find_string = {
|
||||||
description = { icons.word .. ' Grep String <leader>fs' },
|
description = { icons.word .. ' Grep String <leader>fs' },
|
||||||
command = 'NvimTreeToggle',
|
command = 'Telescope grep_string',
|
||||||
},
|
},
|
||||||
last_session = {
|
last_session = {
|
||||||
description = { icons.clock .. ' Load Session <leader>sl' },
|
description = { icons.clock .. ' Load Session <leader>sl' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue