From: Stefan Sperling Subject: Re: tog: add ^B/^F for blame and tree views To: Christian Weisgerber Cc: gameoftrees@openbsd.org Date: Sat, 22 Feb 2020 17:22:15 +0100 On Sat, Feb 22, 2020 at 03:43:45PM -0000, Christian Weisgerber wrote: > 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. Fine with me. Do you want to push these changes yourself? If so please send me an SSH key so I can configure write access for you. If that's too much trouble for you I'm happy to handle it. > 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 > >