vote up 1 vote down star

Hi -

I'm just moved from linux to mac, and one of the problems I'm having is that tab completion is only 1 level deep, and I'm not sure how to correct that.

Let me explain by example - when I used git on ubuntu, I'll start typing

$ git

and hit tab, and the shell would complete the command or display the options available for the letter\s I've typed. That's what happens on my mac as well (1 level). However, when I'd continue typing the next part of the command

$ git commit

and hit tab, mac terminal would not complete the next subcommand (for git) as it would in linux. Same goes for other programs that support this multilevel command completion. I suspect this might be a readline library issue, but I'm not sure which one I should install. I'd appreciate any help on this - thanks!


67% accept rate
First of all, it is not a readline issue (in fact, it is not an "issue"), it is because Ubuntu holds your hand with custom packages for bash. Secondly, this belongs on SuperUser. – Jed Smith Oct 11 at 18:37
1  
Do not change the tags. People will move it to superuser eventually. – gs Oct 11 at 18:52

migrated to superuser.com by Tomas Lycken, Greg Hewgill, soulmerge, gs, hop Oct 11 at 18:54

Browse other questions tagged or ask your own question.