mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-24 00:54:17 +02:00
Correct keystroke in pager help
This commit is contained in:
parent
5cd6accce3
commit
7ee203a987
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ func pagerHelpView(width int) (s string) {
|
|||
s += "k/↑ up m set memo\n"
|
||||
s += "j/↓ down esc/q back to stash\n"
|
||||
s += "b/pgup page up\n"
|
||||
s += "d/pgdn page down\n"
|
||||
s += "f/pgdn page down\n"
|
||||
s += "u ½ page up\n"
|
||||
s += "d ½ page down"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue