mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easier access to input history

yardenac opened this issue · comments

Since #37 we can search our input history with ctrl-r and ctrl-s, but this feature could be made even more accessible. In bash we have the option of binding the up and down keys, as explained here:

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

For example, if I wanted to redo a specific previous commands starting with the string "user", I could just type us and then press up up up down enter. So much easier! Any way we can implement this in mpsyt?