Mi 27. Feb 09:39:51 CET 2013

page up

Your linux bash allows for a quick line-completion with your Page-Up key. Probably you did not know — since many distributions lack this essential functionality. Do enable it, simply paste this into your /etc/inputrc (probably you want to remove other bindings for page up and down):

"\e[5~": history-search-backward
"\e[6~": history-search-forward

Posted by osti | Categories: Linux