diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-26 23:08:14 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-26 23:08:14 +0200 |
| commit | c3106802208b18f78d4ff4b22e1d889ac19f817f (patch) | |
| tree | c01fe438cf1d0699d7b08b919c3b5494ee18a32f /internal/tui/common | |
| parent | dc7478d7dadf544787a9718608f11312bd2ea944 (diff) | |
tui: add paused stream column selection and split pid/tid
Diffstat (limited to 'internal/tui/common')
| -rw-r--r-- | internal/tui/common/keys.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/tui/common/keys.go b/internal/tui/common/keys.go index acb066b..30bc848 100644 --- a/internal/tui/common/keys.go +++ b/internal/tui/common/keys.go @@ -64,8 +64,8 @@ func (k KeyMap) DashboardStatusHelp() []key.Binding { k.Probes, k.Refresh, k.Quit, - helpTextBinding("left/right", "tab"), - helpTextBinding("h/l", "tab"), + helpTextBinding("left/right", "stream col"), + helpTextBinding("h/l", "stream col"), helpTextBinding("j/k", "scroll"), helpTextBinding("up/down", "scroll"), ) @@ -84,8 +84,8 @@ func (k KeyMap) DashboardFullHelp() [][]key.Binding { {k.One, k.Two, k.Three, k.Four, k.Five, k.Six}, controls, { - helpTextBinding("left/right", "tab"), - helpTextBinding("h/l", "tab"), + helpTextBinding("left/right", "stream col"), + helpTextBinding("h/l", "stream col"), helpTextBinding("j/k", "scroll"), helpTextBinding("up/down", "scroll"), }, |
