From 4ca34f040203c8e31603bbb39fd38632b68067d8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Feb 2026 23:33:55 +0200 Subject: tui: add paused stream CSV export and foreground editor open --- internal/tui/common/keys.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'internal/tui/common') diff --git a/internal/tui/common/keys.go b/internal/tui/common/keys.go index 30bc848..f25886b 100644 --- a/internal/tui/common/keys.go +++ b/internal/tui/common/keys.go @@ -68,6 +68,9 @@ func (k KeyMap) DashboardStatusHelp() []key.Binding { helpTextBinding("h/l", "stream col"), helpTextBinding("j/k", "scroll"), helpTextBinding("up/down", "scroll"), + helpTextBinding("x", "stream export"), + helpTextBinding("X", "stream export as"), + helpTextBinding("E", "stream open last"), ) return bindings } @@ -88,6 +91,9 @@ func (k KeyMap) DashboardFullHelp() [][]key.Binding { helpTextBinding("h/l", "stream col"), helpTextBinding("j/k", "scroll"), helpTextBinding("up/down", "scroll"), + helpTextBinding("x", "stream export"), + helpTextBinding("X", "stream export as"), + helpTextBinding("E", "stream open last"), }, } } -- cgit v1.2.3