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
Post a Comment