logoalt Hacker News

mkehrttoday at 3:47 AM0 repliesview on HN

This is a readline feature. You can enable it in bash (and other shells?) with:

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

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