Our great sponsors
-
Might be an overkill to recommend you a plugin, but you could use zsh-autosuggestions.
-
Are you saying what you want is to be able to type ls then hit up to search only for previous times you've ran ls ...? Maybe try ctrl+r then start typing the command to search for like ls. Pressing ctrl-r again will go to the next found result. Works even better in conjunction with fzf.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
zsh-history-substring-search: This is a clean-room implementation of the Fish shell's history search feature, where you can type in any part of any command from history and then press chosen keys, such as the UP and DOWN arrows, to cycle through matches.
-
zsh-autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
Yeah second this ^ its exactly what OP is asking for. Combine with auto-complete plugin and you can find any command youve typed before easily
Related posts
- Auto-suggestions in Terminal
- Apps that should be paid, but are not (Part 2)
- How do i get history suggestion like this in my bash is there any plugin for oh my zsh. Not autocomplete but history suggestion.
- Disabled new Linux user looking for advice
- Is there a plugin that emulates the way iPython REPL implements up-line-or-history?