We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffc0fc commit 190dc1aCopy full SHA for 190dc1a
1 file changed
lua/plugins/snacks.lua
@@ -45,6 +45,7 @@ return {
45
keys = {
46
{ icon = " ", key = "f", desc = "Find File", action = ":lua Snacks.dashboard.pick('files')" },
47
{ icon = " ", key = "n", desc = "New File", action = ":ene | startinsert" },
48
+ { icon = " ", key = "p", desc = "Projects", action = ":lua Snacks.picker.projects()" },
49
{ icon = " ", key = "e", desc = "Explorer", action = ":lua Snacks.explorer()" },
50
{ icon = " ", key = "g", desc = "Find Text", action = ":lua Snacks.dashboard.pick('live_grep')" },
51
{ icon = " ", key = "r", desc = "Recent Files", action = ":lua Snacks.dashboard.pick('oldfiles')" },
0 commit comments