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

My current widget associated with downkey looks like the following: down-line-or-select() { if [[ $RBUFFER == *$'\n'* ]]; then zle down-line else zle menu-select -w fi } zle -N down-line-or-select...

### Use SPDX snippet tags instead of copy-pasting full license text Based on spdx/spdx-spec#719 ### Fix compatibility with latest zsh-syntax-highlighting zsh-syntax-highlighting started using zle-line-pre-redraw hook instead of the legacy "bind...

Words that have already been highlighted by zsh-syntax-highlighting aren't highlighted anymore by this plugin in zsh 5.9. It was working in 5.8. Any workaround?

I used [zinit](https://github.com/zdharma-continuum/zinit) to download zsh-history-substring-search and added the following `bindkey` like the document ``` bindkey '^[[A' history-substring-search-up ``` Unexpectedly, zsh threw some messages, although I never used zsh-syntax-highlighting ```...

The [Fig Plugin Store](https://fig.io/plugins) supports 1-click install for 400+ shell plugins. We have over 100k users, thousands of whom manage their shell configuration with Fig. Zsh history substring search is...

Basically title is the problem. I have to do this everytime I load the shell interactive, and this is the only plugin that doesn't function. I used OMF at first,...

The last tagged release is 2.5 years and there are a few new changes since then. @sunaku, can you create a new version tag?

Here is working only without the `zsh-` prefix