fix: grep string on dashboard

This commit is contained in:
Matt Leong 2021-11-05 16:16:19 -07:00
parent d4b0ff49be
commit c44df0d6c4

View file

@ -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' },