Entry tags:
Esc+P, Esc+N в bash как в tcsh
tcsh's ESC-p, ESC-n to jump to command starting with what you typed so far for bash:
$ more ~/.inputrc
"\ep": history-search-backward
"\en": history-search-forward
$ more ~/.inputrc
"\ep": history-search-backward
"\en": history-search-forward