summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-21 23:04:04 +0300
committerPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-21 23:04:04 +0300
commit4a47bd5907c1330a5bbedc13e384877c6ac71668 (patch)
tree2321299e2a0ef3ce34bd2ec31bc9f942988fed11 /internal
parent03c1f3095af847a2177f791a36c1864fef01825a (diff)
Document all hotkeys
Diffstat (limited to 'internal')
-rw-r--r--internal/ui/table.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/ui/table.go b/internal/ui/table.go
index f5e614a..bcfa017 100644
--- a/internal/ui/table.go
+++ b/internal/ui/table.go
@@ -634,6 +634,7 @@ func (m Model) View() string {
if m.showHelp {
return lipgloss.JoinVertical(lipgloss.Left,
m.tbl.HelpView(),
+ "enter/i: edit or expand cell",
"E: edit task",
"s: toggle start/stop",
"D: mark task done",
@@ -643,7 +644,10 @@ func (m Model) View() string {
"a: annotate task",
"A: replace annotations",
"p: set priority",
+ "t: randomize theme",
+ "T: reset theme",
"/, ?: search",
+ "n/N: next/prev search match",
"esc: close help/search",
"q: quit",
"H: help", // show help toggle line