show/hide this revision's text 2 added 306 characters in body

I never tried making this the default when hitting Escape, but bash uses readline for input, which accepts Emacs-style keybindings by default, so you can go to the bottom using Meta->M-> (usually either by combining Alt Meta/Alt and > or by following the Escape key with >).

If M-> does not work because your terminal does not let you enter that, try ^G (Control and G simultaneously). That is the "cancel" stroke in Emacs and usually works with readline too.

show/hide this revision's text 1

I never tried making this the default when hitting Escape, but bash uses readline for input, which accepts Emacs-style keybindings by default, so you can go to the bottom using Meta-> (usually by combining Alt and >).