AutoComplete Mac OS X doesn't operate normally












1















In my Working Directory I have 3 files and directories names:
Applications, Application, Appendix.txt
When I am trying to do AutoComplete by hitting tab it misbehaves



I type App and hit tab, AutoComplete gives me Applications instead of stopping and allowing me to choose one of the three entries (when hitting another tab).



What can I do to fix this issue?










share|improve this question

























  • Q1: Are you using Apple's built-in Terminal or something else?

    – MMB
    Jan 15 at 7:56











  • Q2: Which shell are you using? bash or something else?

    – MMB
    Jan 15 at 8:31











  • Q3: Do you have any customization to your shell config (ie .bash_profile or .bashrc)?

    – MMB
    Jan 15 at 8:31











  • Hello, Q1: Yes Apple's built-in Terminal. Q2: using bash Q3: Yes, but it was long time ago, It was working just fine until today.

    – hamza belmellouki
    Jan 15 at 13:09


















1















In my Working Directory I have 3 files and directories names:
Applications, Application, Appendix.txt
When I am trying to do AutoComplete by hitting tab it misbehaves



I type App and hit tab, AutoComplete gives me Applications instead of stopping and allowing me to choose one of the three entries (when hitting another tab).



What can I do to fix this issue?










share|improve this question

























  • Q1: Are you using Apple's built-in Terminal or something else?

    – MMB
    Jan 15 at 7:56











  • Q2: Which shell are you using? bash or something else?

    – MMB
    Jan 15 at 8:31











  • Q3: Do you have any customization to your shell config (ie .bash_profile or .bashrc)?

    – MMB
    Jan 15 at 8:31











  • Hello, Q1: Yes Apple's built-in Terminal. Q2: using bash Q3: Yes, but it was long time ago, It was working just fine until today.

    – hamza belmellouki
    Jan 15 at 13:09
















1












1








1


2






In my Working Directory I have 3 files and directories names:
Applications, Application, Appendix.txt
When I am trying to do AutoComplete by hitting tab it misbehaves



I type App and hit tab, AutoComplete gives me Applications instead of stopping and allowing me to choose one of the three entries (when hitting another tab).



What can I do to fix this issue?










share|improve this question
















In my Working Directory I have 3 files and directories names:
Applications, Application, Appendix.txt
When I am trying to do AutoComplete by hitting tab it misbehaves



I type App and hit tab, AutoComplete gives me Applications instead of stopping and allowing me to choose one of the three entries (when hitting another tab).



What can I do to fix this issue?







mac terminal autocomplete






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 11 at 15:24









Mr Shunz

1,82512017




1,82512017










asked Jan 11 at 15:14









hamza belmelloukihamza belmellouki

166




166













  • Q1: Are you using Apple's built-in Terminal or something else?

    – MMB
    Jan 15 at 7:56











  • Q2: Which shell are you using? bash or something else?

    – MMB
    Jan 15 at 8:31











  • Q3: Do you have any customization to your shell config (ie .bash_profile or .bashrc)?

    – MMB
    Jan 15 at 8:31











  • Hello, Q1: Yes Apple's built-in Terminal. Q2: using bash Q3: Yes, but it was long time ago, It was working just fine until today.

    – hamza belmellouki
    Jan 15 at 13:09





















  • Q1: Are you using Apple's built-in Terminal or something else?

    – MMB
    Jan 15 at 7:56











  • Q2: Which shell are you using? bash or something else?

    – MMB
    Jan 15 at 8:31











  • Q3: Do you have any customization to your shell config (ie .bash_profile or .bashrc)?

    – MMB
    Jan 15 at 8:31











  • Hello, Q1: Yes Apple's built-in Terminal. Q2: using bash Q3: Yes, but it was long time ago, It was working just fine until today.

    – hamza belmellouki
    Jan 15 at 13:09



















Q1: Are you using Apple's built-in Terminal or something else?

– MMB
Jan 15 at 7:56





Q1: Are you using Apple's built-in Terminal or something else?

– MMB
Jan 15 at 7:56













Q2: Which shell are you using? bash or something else?

– MMB
Jan 15 at 8:31





Q2: Which shell are you using? bash or something else?

– MMB
Jan 15 at 8:31













Q3: Do you have any customization to your shell config (ie .bash_profile or .bashrc)?

– MMB
Jan 15 at 8:31





Q3: Do you have any customization to your shell config (ie .bash_profile or .bashrc)?

– MMB
Jan 15 at 8:31













Hello, Q1: Yes Apple's built-in Terminal. Q2: using bash Q3: Yes, but it was long time ago, It was working just fine until today.

– hamza belmellouki
Jan 15 at 13:09







Hello, Q1: Yes Apple's built-in Terminal. Q2: using bash Q3: Yes, but it was long time ago, It was working just fine until today.

– hamza belmellouki
Jan 15 at 13:09












1 Answer
1






active

oldest

votes


















1














Great, I found the answer to this issue. Anyway, all you have to do is to edit a file called .inputrc in the home directory ~.



So here are the steps:



nano ~/.inputrc


In the file Delete the following line: TAB: menu-complete.



The file should contain only the following lines:



set completion-ignore-case on
set show-all-if-ambiguous on


Then restart the terminal.



And voilà.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1393200%2fautocomplete-mac-os-x-doesnt-operate-normally%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    Great, I found the answer to this issue. Anyway, all you have to do is to edit a file called .inputrc in the home directory ~.



    So here are the steps:



    nano ~/.inputrc


    In the file Delete the following line: TAB: menu-complete.



    The file should contain only the following lines:



    set completion-ignore-case on
    set show-all-if-ambiguous on


    Then restart the terminal.



    And voilà.






    share|improve this answer




























      1














      Great, I found the answer to this issue. Anyway, all you have to do is to edit a file called .inputrc in the home directory ~.



      So here are the steps:



      nano ~/.inputrc


      In the file Delete the following line: TAB: menu-complete.



      The file should contain only the following lines:



      set completion-ignore-case on
      set show-all-if-ambiguous on


      Then restart the terminal.



      And voilà.






      share|improve this answer


























        1












        1








        1







        Great, I found the answer to this issue. Anyway, all you have to do is to edit a file called .inputrc in the home directory ~.



        So here are the steps:



        nano ~/.inputrc


        In the file Delete the following line: TAB: menu-complete.



        The file should contain only the following lines:



        set completion-ignore-case on
        set show-all-if-ambiguous on


        Then restart the terminal.



        And voilà.






        share|improve this answer













        Great, I found the answer to this issue. Anyway, all you have to do is to edit a file called .inputrc in the home directory ~.



        So here are the steps:



        nano ~/.inputrc


        In the file Delete the following line: TAB: menu-complete.



        The file should contain only the following lines:



        set completion-ignore-case on
        set show-all-if-ambiguous on


        Then restart the terminal.



        And voilà.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 15 at 21:06









        hamza belmelloukihamza belmellouki

        166




        166






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1393200%2fautocomplete-mac-os-x-doesnt-operate-normally%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae

            Can an atomic nucleus contain both particles and antiparticles? [duplicate]