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
Using the standard zsh keybinds, when I type in the prompt and then press the up arrow, ZSH searches history for the most recent command which begins with the text already typed in the prompt. I use this at least five times a minute when coding for speeding up repetitive tasks or finding commands. When using vi-mode the up arrow, j in normal mode, and ctrl+p all find the last executed command without taking the prompt text into account. Is there a way to enable this?
Reproduction steps
Enable plugin
Type in the prompt
Press ctrl+p, up, or j in normal mode
Expected behavior
history-search is executed as in the normal input mode.
The text was updated successfully, but these errors were encountered:
General information
Please report the following information as possible as you can:
Basic examination
Problem description
Using the standard zsh keybinds, when I type in the prompt and then press the up arrow, ZSH searches history for the most recent command which begins with the text already typed in the prompt. I use this at least five times a minute when coding for speeding up repetitive tasks or finding commands. When using vi-mode the up arrow, j in normal mode, and ctrl+p all find the last executed command without taking the prompt text into account. Is there a way to enable this?
Reproduction steps
Expected behavior
history-search is executed as in the normal input mode.
The text was updated successfully, but these errors were encountered: