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
Currently when we press UP arrow key it starts selecting the previous commands that match the cureent inputed string. This is very helpful but when there is nothing inserted it only goes upto only the lst 11 records in history although there are more stored. It would be nice if this scroll was infinite.
Why do you want this?
I ask Why stop at the last 11 records of history?
Who else would benefit from this?
Everyone who has a bad memory and can't even remember the start of the command.
How should it work?
It should just keep showing the previous command entered on pressing up arrow key.
Given the following situation:
I know I have entered some command which i don't remember but it was beyond the previous 11 commands and I don't want to open .zsh_history to check what the command was.
When I perform the following steps:
Press UP button
Then I expect the following to happen:
It to list and select the previous commands.
The text was updated successfully, but these errors were encountered:
Try setting zstyle ':autocomplete:history-search-backward:*' list-lines -1 for unlimited lines. (If it works it'd be nice to have that documented in README.)
What do you want?
Currently when we press UP arrow key it starts selecting the previous commands that match the cureent inputed string. This is very helpful but when there is nothing inserted it only goes upto only the lst 11 records in history although there are more stored. It would be nice if this scroll was infinite.
Why do you want this?
I ask
Why stop at the last 11 records of history
?Who else would benefit from this?
Everyone who has a bad memory and can't even remember the start of the command.
How should it work?
It should just keep showing the previous command entered on pressing up arrow key.
Given the following situation:
I know I have entered some command which i don't remember but it was beyond the previous 11 commands and I don't want to open
.zsh_history
to check what the command was.When I perform the following steps:
Then I expect the following to happen:
The text was updated successfully, but these errors were encountered: