Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Fast command history scrolling in Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Fast command history scrolling in Terminal
Authored by: rwmitchell on Dec 01, '04 02:39:19PM

In the tcsh, I use:

bindkey -k up history-search-backward
bindkey -k down history-search-forward

which lets me type the beginning of a command and then just up and down arrow through only those that match.



[ Reply to This | # ]