Merge pull request #87 from LazyBachelor/LPM-152

LPM-152 Auby Issues Fix web, Better Readme and Help Texts
This commit is contained in:
Robin Olsen
2026-04-01 05:47:27 -07:00
committed by GitHub
21 changed files with 365 additions and 87 deletions

View File

@@ -180,7 +180,7 @@ func helpBarConfig(view ViewKind) HelpBarConfig {
{Key: "/", Desc: "search"},
{Key: "a", Desc: "add"},
{Key: "c", Desc: "comment"},
{Key: "e/d/s/p/t/A/D", Desc: "edit"},
{Key: "e/d/s/p/t/A/D", Desc: `edit("?" for details)`},
{Key: "x", Desc: "delete"},
{Key: "q", Desc: "quit"},
{Key: "?", Desc: "help"},