Hacker News new | ask | show | jobs
by hharrison 4616 days ago
The same thing can be done in bash:

## arrow up

"\e[A":history-search-backward

## arrow down

"\e[B":history-search-forward

(in .inputrc)

1 comments

I prefer mapping those to page up and page down.