diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-20 22:45:38 +0300 |
|---|---|---|
| committer | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-20 22:45:38 +0300 |
| commit | 07e28a71564fbd73402f91ba4a03b3c4983513b5 (patch) | |
| tree | 55d0131d8f7e8c066f3cb2c11ce4905c2053e8ca | |
| parent | b66aac7051a906c31386f40e1714bcab6f72eae6 (diff) | |
Add search hotkeys to help menu
| -rw-r--r-- | internal/ui/table.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |
