commit eb029fd68eacaa2cf729eca77b32255b9c842522 from: Stefan Sperling date: Mon May 13 21:35:07 2019 UTC tog man page: fix lists of single-line scrolling keys commit - eb6c77f2e358a18b95b7ade3513270bfe5fa9417 commit + eb029fd68eacaa2cf729eca77b32255b9c842522 blob - 551ab14d5e7b33fdcaa3f596077876b13285f8a5 blob + 1c2b95ceae13f36e9cb429354e75597c21121e10 --- tog/tog.1 +++ tog/tog.1 @@ -86,9 +86,9 @@ The key bindings for .Cm tog log are as follows: .Bl -tag -width Ds -.It Cm Down-arrow, j, Page-down, >, Full stop, Ctrl-f +.It Cm Down-arrow, j, >, Full stop Move the selection cursor down. -.It Cm Up-arrow, k, Page-up, <, Comma, Ctrl-b +.It Cm Up-arrow, k, <, Comma Move the selection cursor up. .It Cm Page-down, Ctrl-f Move the selection cursor down one page. @@ -136,7 +136,7 @@ are as follows: .Bl -tag -width Ds .It Cm Down-arrow, j Scroll down. -.It Cm Up-arrow, k, Page-up +.It Cm Up-arrow, k Scroll up. .It Cm Page-down, Space, Ctrl+f Scroll down one page.