Skip to content

Commit

Permalink
feat: fix & update description in help view
Browse files Browse the repository at this point in the history
  • Loading branch information
coolabhays committed Dec 24, 2022
1 parent a251280 commit 6431f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion viddy.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ func (v *Viddy) goToOldestOnTimeMachine() {
}
}

var helpTemplate = `Press ESC or Q to go back
var helpTemplate = `Press ESC or q to go back
[::b]Key Bindings[-:-:-]
Expand All @@ -693,6 +693,7 @@ var helpTemplate = `Press ESC or Q to go back
Toggle diff : [yellow]d[-:-:-]
Toggle header display : [yellow]t[-:-:-]
Toggle help view : [yellow]?[-:-:-]
Quit Viddy : [yellow]Q[-:-:-]
[::u]Pager[-:-:-]
Expand Down

0 comments on commit 6431f52

Please sign in to comment.