You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without enabling zsh-vi-mode, if I type curl and press ⬆️ key on my keyboard, I get the last command executed with curl prefix (and successive hits to ⬆️ ⬇️ cycles between those only).
However if I enable zsh-vi-mode, type curl and hit ⬆️ , I only get the last executed command (doesn't start with curl). What would be the reason for that?
Reproduction steps
enable zsh-vi-mode
type curl
press up arrow key
prompt now has the last executed command that doesn't start with curl...
Expected behavior
By default zsh (or maybe something else I installed) ensures only commands with curl prefix are provided based on up/down arrow keys.
The text was updated successfully, but these errors were encountered:
General information
Basic examination
Problem description
Without enabling
zsh-vi-mode
, if I typecurl
and press ⬆️ key on my keyboard, I get the last command executed withcurl
prefix (and successive hits to ⬆️ ⬇️ cycles between those only).However if I enable
zsh-vi-mode
, typecurl
and hit ⬆️ , I only get the last executed command (doesn't start withcurl
). What would be the reason for that?Reproduction steps
zsh-vi-mode
curl
curl...
Expected behavior
By default zsh (or maybe something else I installed) ensures only commands with
curl
prefix are provided based on up/down arrow keys.The text was updated successfully, but these errors were encountered: