How do I make Bash' tab complete automatically cycle through options OSX -


currently when i'm in home folder , want cd documents type cd d , hit tab, bash shows me list of folders match d.

what want occur when press tab, bash autocompletes first option matches i've put in , each time press tab cycles through next option.

is there way this? thought sure copy of bash on old ubuntu box had feature.

yes! found answer question @ following link @ macworld

put following in .bashrc or .bash_login

bind '"\t":menu-complete' 

Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -