In a desktop terminal (I use xfce terminal) I'm able to cycle/scroll(?) through the bash history with pageup/pagedown after typing some parts of a command.
Like vi ~/some/f[pageUp] results in searching (ctrl+r) in the bash history from last to first for those entries beginning with the already typed chars.
My question is: Where is this defined?

