zsh: No such widget `End'
Clash 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?
zsh
add a comment |Â
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?
zsh
add a comment |Â
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?
zsh
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?
zsh
edited Jun 2 at 11:13
asked May 29 at 11:34
Yury
535
535
add a comment |Â
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered May 29 at 12:15
Yury
535
535
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password