Compare commits

...

2 Commits

Author SHA1 Message Date
69bcb280b3 Merge pull request 'new help icon' (#14) from help-icon into main
Reviewed-on: #14
2026-03-18 10:45:12 +00:00
9c64b69498 new help icon 2026-03-18 12:44:44 +02:00

View File

@@ -33,7 +33,7 @@ return {
},
{ icon = "󱗘 ", desc = " Harpoon Search ", key = "fl", action = "Telescope harpoon marks" },
{ icon = "󰒲 ", desc = " Lazy Manager ", key = "z", action = "Lazy" },
{ icon = " ", desc = " Help Tags ", key = "fh", action = "Telescope help_tags" },
{ icon = "󰌵 ", desc = " Help Tags ", key = "fh", action = "Telescope help_tags" },
{ icon = "", desc = " Quit ", key = "q", action = "qa" },
},
-- footer = { vim.fn.strftime("%Y-%m-%d %H:%M:%S") .. " • Mzansi Vim Kickstart" },