mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-22 08:04:18 +02:00
Update stash help to push the notion that q quits
This commit is contained in:
parent
e0d6d7bea1
commit
8903ad88cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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...)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue