zsh: No such widget `End'

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












Suppose I want to create a directory with the aka letter combination in it, e.g., leakage or Dakar. When I start typing the first one in, everything is fine until I get to mkdir le. Right after that, while I type the aka part, it does not show on screen - instead, a



No such widget `End'


appears on the next terminal line (without the usual zsh prompt). The aka part is still not showing, and when I finally type in the rest, ge, this is what I end up with:



login@server folderName % mkdir lege
No such widget `End'


The same is with the Dakar:



login@server folderName % mkdir Dr
No such widget `End'


I noticed that if I type slowly (at about 1 symbol per second), everything is just fine. But when it's just a little bit faster, I get into the above-mentioned trouble. What is this?







share|improve this question

























    up vote
    1
    down vote

    favorite












    Suppose I want to create a directory with the aka letter combination in it, e.g., leakage or Dakar. When I start typing the first one in, everything is fine until I get to mkdir le. Right after that, while I type the aka part, it does not show on screen - instead, a



    No such widget `End'


    appears on the next terminal line (without the usual zsh prompt). The aka part is still not showing, and when I finally type in the rest, ge, this is what I end up with:



    login@server folderName % mkdir lege
    No such widget `End'


    The same is with the Dakar:



    login@server folderName % mkdir Dr
    No such widget `End'


    I noticed that if I type slowly (at about 1 symbol per second), everything is just fine. But when it's just a little bit faster, I get into the above-mentioned trouble. What is this?







    share|improve this question























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Suppose I want to create a directory with the aka letter combination in it, e.g., leakage or Dakar. When I start typing the first one in, everything is fine until I get to mkdir le. Right after that, while I type the aka part, it does not show on screen - instead, a



      No such widget `End'


      appears on the next terminal line (without the usual zsh prompt). The aka part is still not showing, and when I finally type in the rest, ge, this is what I end up with:



      login@server folderName % mkdir lege
      No such widget `End'


      The same is with the Dakar:



      login@server folderName % mkdir Dr
      No such widget `End'


      I noticed that if I type slowly (at about 1 symbol per second), everything is just fine. But when it's just a little bit faster, I get into the above-mentioned trouble. What is this?







      share|improve this question













      Suppose I want to create a directory with the aka letter combination in it, e.g., leakage or Dakar. When I start typing the first one in, everything is fine until I get to mkdir le. Right after that, while I type the aka part, it does not show on screen - instead, a



      No such widget `End'


      appears on the next terminal line (without the usual zsh prompt). The aka part is still not showing, and when I finally type in the rest, ge, this is what I end up with:



      login@server folderName % mkdir lege
      No such widget `End'


      The same is with the Dakar:



      login@server folderName % mkdir Dr
      No such widget `End'


      I noticed that if I type slowly (at about 1 symbol per second), everything is just fine. But when it's just a little bit faster, I get into the above-mentioned trouble. What is this?









      share|improve this question












      share|improve this question




      share|improve this question








      edited Jun 2 at 11:13
























      asked May 29 at 11:34









      Yury

      535




      535




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote













          Figured it out:



          For years, I had the following in my ~/.zshrc:



          bindkey 'e[4~' end-of-line aka End


          instead of



          bindkey 'e[4~' end-of-line # aka End


          Interesting that it has never given me troubles until now.






          share|improve this answer





















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446673%2fzsh-no-such-widget-end%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            3
            down vote













            Figured it out:



            For years, I had the following in my ~/.zshrc:



            bindkey 'e[4~' end-of-line aka End


            instead of



            bindkey 'e[4~' end-of-line # aka End


            Interesting that it has never given me troubles until now.






            share|improve this answer

























              up vote
              3
              down vote













              Figured it out:



              For years, I had the following in my ~/.zshrc:



              bindkey 'e[4~' end-of-line aka End


              instead of



              bindkey 'e[4~' end-of-line # aka End


              Interesting that it has never given me troubles until now.






              share|improve this answer























                up vote
                3
                down vote










                up vote
                3
                down vote









                Figured it out:



                For years, I had the following in my ~/.zshrc:



                bindkey 'e[4~' end-of-line aka End


                instead of



                bindkey 'e[4~' end-of-line # aka End


                Interesting that it has never given me troubles until now.






                share|improve this answer













                Figured it out:



                For years, I had the following in my ~/.zshrc:



                bindkey 'e[4~' end-of-line aka End


                instead of



                bindkey 'e[4~' end-of-line # aka End


                Interesting that it has never given me troubles until now.







                share|improve this answer













                share|improve this answer



                share|improve this answer











                answered May 29 at 12:15









                Yury

                535




                535






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446673%2fzsh-no-such-widget-end%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay