Skip to content

Commit abac6ba

Browse files
committed
update dashboard icons
1 parent f602ed2 commit abac6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/plugins/snacks.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ return {
5050
{ icon = "", key = "g", desc = "Find Text", action = ":lua Snacks.dashboard.pick('live_grep')" },
5151
{ icon = "", key = "r", desc = "Recent Files", action = ":lua Snacks.dashboard.pick('oldfiles')" },
5252
{ icon = "", key = "c", desc = "Config", action = ":cd " .. vim.fn.stdpath('config') .. ' | ' .. ":lua Snacks.dashboard.pick('files', {cwd = vim.fn.stdpath('config')})" },
53-
{ icon = "󰦛 ", key = "s", desc = "Restore Session", section = "session" },
54-
{ icon = "󰁯 ", key = "S", desc = "Restore Last Session", action = function() require("persistence").load({ last = true }) end },
53+
{ icon = "󰁯 ", key = "s", desc = "Restore Session", section = "session" },
54+
{ icon = "󰦛 ", key = "S", desc = "Restore Last Session", action = function() require("persistence").load({ last = true }) end },
5555
{ icon = "󰒲 ", key = "l", desc = "Lazy", action = ":Lazy", enabled = package.loaded.lazy ~= nil },
5656
{ icon = "", key = "q", desc = "Quit", action = ":qa" },
5757
},

0 commit comments

Comments
 (0)