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.
