summaryrefslogtreecommitdiff
path: root/internal/ui/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ui/table.go')
-rw-r--r--internal/ui/table.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/ui/table.go b/internal/ui/table.go
index c98c3f0..5ac329f 100644
--- a/internal/ui/table.go
+++ b/internal/ui/table.go
@@ -274,7 +274,7 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
return m, cmd
}
switch msg.String() {
- case "h":
+ case "H":
m.showHelp = true
return m, nil
case "q", "esc":
@@ -443,7 +443,7 @@ func (m Model) View() string {
"p: set priority",
"/, ?: search",
"q: quit",
- "h: help", // show help toggle line
+ "H: help", // show help toggle line
)
}
view := lipgloss.JoinVertical(lipgloss.Left,