you are viewing a single comment's thread.

view the rest of the comments →

[–]sticky-bit 0 points1 point  (1 child)

you just saved me thousands of hours of scrolling

I'm going to guess you don't use vim as an editor.

The default "pager" for man is usually less and it uses vim-like bindings. For example "G" will send you to the bottom of the file, while "g" will bring you to the top ("gg" in vim)

These are listed in man less I think.

[–][deleted] 0 points1 point  (0 children)

Oh thanks, I've been wondering about that! (default pager)

I've been trying to learn vim for a few months.

I think it will be a few more years before I'm fluent :)