zsh-history-substring-search icon indicating copy to clipboard operation
zsh-history-substring-search copied to clipboard

🐠 ZSH port of Fish history search (up arrow)

Results 51 zsh-history-substring-search issues
Sort by recently updated
recently updated
newest added

There are some ` `s in the `README.md`. These ` ` in the `.md` file tend to break some Markdown parsers. Here is an example of how `VS Code` parses the text:...

`${0}` not compatible with some zsh plugin managers

This will save users from some common boilerplate code in their own `.zshrc` file. Fixes #107

I've skimmed some of the various issues here and I understand that there's no single way to set the keybindings up, but I think the ones included in the README...

feature request

Not everybody will read the original thread on the zsh mailing list. It would be nice if someone could explain how it works, perhaps using https://asciinema.org or just a screen...

**Describe the bug** Upon fresh installation and configuration of **zinit** and all the rest, the plugin does not work, and throw a `no such file or directory` error. This is...

I thought disabling HISTORY_SUBSTRING_SEARCH_FUZZY would also disable search pattern `*abc*` but that's not the case. `local search_pattern="*${(j:*:)_history_substring_search_query_parts[@]//(#m)[\][()|\\*?#~^]/\\$MATCH}*"` Pattern always starts with a `*`. Fuzzy searching as I imagined would leave...

feature request

After add zsh-history-substring-search, with red backgroud when paste,it looks li as picture ![image](https://user-images.githubusercontent.com/10396859/116343732-97d58880-a817-11eb-8d61-1dce48ea8fd7.png).But remove zsh-history-substring-search, paste ok like as bellow picture ![image](https://user-images.githubusercontent.com/10396859/116343909-f3a01180-a817-11eb-931c-66dbb3923b22.png)

need more info

Hello! I'm running into an issue getting this to work correctly, using antigen + oh-my-zsh. Antigen shows the plugin loaded correctly (at least, I assume that's what `https://github.com/robbyrussell/oh-my-zsh.git plugins/zsh-history-substring-search plugin...