From: Christian Weisgerber Subject: Re: tog: add ^B/^F for blame and tree views To: gameoftrees@openbsd.org Date: Sat, 22 Feb 2020 15:43:45 -0000 On 2020-02-22, Christian Weisgerber wrote: > Add ^B/^F key bindings for page up/down in the "blame" and "tree" views. Oops, here's the corresponding man page update. diff 32dfb4a213bb5a6eaa15fc689ab72d20bcaa93fc /home/naddy/got blob - dc2613f1948e568e578c8d9c6b54e1296b91ca7d file + tog/tog.1 --- tog/tog.1 +++ tog/tog.1 @@ -211,10 +211,14 @@ The key bindings for .Cm tog blame are as follows: .Bl -tag -width Ds -.It Cm Down-arrow, j, Page-down, Space +.It Cm Down-arrow, j Move the selection cursor down. -.It Cm Up-arrow, k, Page-up +.It Cm Up-arrow, k Move the selection cursor up. +.It Cm Page-down, Space, Ctrl+f +Move the selection cursor down one page. +.It Cm Page-up, Ctrl+b +Move the selection cursor up one page. .It Cm Enter Open a .Cm diff @@ -277,10 +281,14 @@ The key bindings for .Cm tog tree are as follows: .Bl -tag -width Ds -.It Cm Down-arrow, j, Page-down +.It Cm Down-arrow, j Move the selection cursor down. -.It Cm Up-arrow, k, Page-up +.It Cm Up-arrow, k Move the selection cursor up. +.It Cm Page-down, Ctrl+f +Move the selection cursor down one page. +.It Cm Page-up, Ctrl+b +Move the selection cursor up one page. .It Cm Enter Enter the currently selected directory, or switch to the .Cm blame -- Christian "naddy" Weisgerber naddy@mips.inka.de