How can I make up/down arrow in ubuntu's terminal scroll up and down only commands that begin with what I've already typed? for example, if I entered these commands:
% bla
% do this
% do that
and then, I enter bl[up arrow], I want it to show me "bla" and not "do that" first.
Thanks.