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

My bash works as you are expecting. Maybe hitting "ctrl+C" instead of "esc" can help.

Also, you can search forward using "ctrl+s"

edit: ctrl+s works if it does not send a "stop" to your terminal, i.e. if "stty -a" gives you "-ixon". You can change it by "stty -ixon". Thanks to @Phil for reminder.

show/hide this revision's text 1

My bash works as you are expecting. Maybe hitting "ctrl+C" instead of "esc" can help.

Also, you can search forward using "ctrl+s"