2013-02-04

victor_sudakov: (Default)
2013-02-04 11:39 am

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