D6178: crecord: new keys g & G to navigate to the top and bottom respectively

JordiGH (Jordi GutiƩrrez Hermoso) phabricator at mercurial-scm.org
Tue Apr 2 13:38:57 EDT 2019


JordiGH added inline comments.

INLINE COMMENTS

> crecord.py:1471
> +                      g : go to the first hunk line
> +                      G : go to the last hunk line
>                        f : fold / unfold item, hiding/revealing its children

We should find a better way to phrase this, since it's not about hunk. Maybe just "first line" and "last line".

> crecord.py:1766
> +        elif keypressed in ["G"]:
> +            self.handlelastlineevent()
>          elif keypressed in ["?"]:

It would be nice to map these to Home and End (which by the way, also map on `less`).

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6178

To: arun, #hg-reviewers
Cc: JordiGH, mercurial-devel


More information about the Mercurial-devel mailing list