From c1b3b08915d56390bb665affcbfbf33ac0fd2274 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:59:13 +0300 Subject: Document ESC hotkey --- internal/ui/table.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal') diff --git a/internal/ui/table.go b/internal/ui/table.go index c98c3f0..a1c2961 100644 --- a/internal/ui/table.go +++ b/internal/ui/table.go @@ -442,6 +442,7 @@ func (m Model) View() string { "A: replace annotations", "p: set priority", "/, ?: search", + "esc: close help/search", "q: quit", "h: help", // show help toggle line ) -- cgit v1.2.3