Comment on Bat v0.26.0Comments−ManuLinares10moThe builtin pager doesn't have an END shortcut...it's useless without such a small thing.edit: [n] G Go to the very bottom of the output. If n is present, goes to that lineOh capital G. What an intuitive keyword source:https://docs.rs/minus/latest/minus/#standard-actions−ksynwa10moIt is the same shortcut as less, vim, etc. There is plenty of precedent to choose it.
Comments
The builtin pager doesn't have an END shortcut...
it's useless without such a small thing.
edit: [n] G Go to the very bottom of the output. If n is present, goes to that line
Oh capital G. What an intuitive keyword source:https://docs.rs/minus/latest/minus/#standard-actions
It is the same shortcut as less, vim, etc. There is plenty of precedent to choose it.