From 07e28a71564fbd73402f91ba4a03b3c4983513b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:45:38 +0300 Subject: Add search hotkeys to help menu --- internal/ui/table.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/ui/table.go b/internal/ui/table.go index db89bf3..293d866 100644 --- a/internal/ui/table.go +++ b/internal/ui/table.go @@ -427,6 +427,7 @@ func (m Model) View() string { "a: annotate task", "A: replace annotations", "p: set priority", + "/, ?: search", "q: quit", "h: help", // show help toggle line ) -- cgit v1.2.3