tarantool / try

try.tarantool.org scripts
Other
3 stars 4 forks source link

PgUp / PgDn history search does not work #26

Open Totktonada opened 6 years ago

Totktonada commented 6 years ago

From my /etc/inputrc:

# map "page up" and "page down" to search history based on current cmdline
"\e[5~": history-search-backward
"\e[6~": history-search-forward

This is default on Gentoo and the feature I use very-very often to speed up my work. Don't know whether other distros have it enabled by default.