bash history search function

Other talk about Salix
Post Reply
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

bash history search function

Post by thenktor »

I think it is very helpful to have a nice bash history search und page up/down keys. To enable this insert in your /etc/inputrc (replace the existing \e[5~ and \e[6~ lines):

Code: Select all

"\e[5~": history-search-backward
"\e[6~": history-search-forward
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
Post Reply