diff --git a/ui/stash.go b/ui/stash.go index 40ba330..caef982 100644 --- a/ui/stash.go +++ b/ui/stash.go @@ -643,7 +643,7 @@ func stashHelpView(m stashModel) string { if m.err != nil { h = append(h, []string{"!: errors"}...) } - h = append(h, []string{"esc: exit"}...) + h = append(h, []string{"q: quit"}...) } return common.HelpView(h...) }