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

A simple zsh plugin that replaces Ctrl+R with an fzf-driven select which includes date/times.

Results 12 zsh-fzf-history-search issues
Sort by recently updated
recently updated
newest added

Delete history items off the list Just select a line you want to delete and click the delete key on your keyboard Fixes #36 This actually took me an entire...

Using fzf keybindings, allow for specific history items to be removed from history list in the same manner they're selected from fzf. Example: * tap `C-r` * use up/down/C-k/C-j to...

enhancement

MacOS Ventura 13.4 Package versions: ```shell ❯ zsh --version zsh 5.9 (x86_64-apple-darwin22.0) ❯ fzf --version 0.41.1 (brew) ``` Cloned your master branch today and tested it with the following plugin...

so if i try to chose some command that has the "%" character, anything after that will be cut for some reason. some of those commands are ```bash ffmpeg -f...

This issue started when I moved to a new computer (MacBook Pro Apple M2). When trying to fetch from the history command like: `kcat -b broker -t topic -C -Z...

It has been raised elsewhere (#31) that this plugin is not sourced properly by Oh My Zsh. So users must manually source `zsh-fzf-history-search.zsh` for it to have any effect. However,...

I used `antigen` to install the package and it's downloaded properly, but it's not sourced. Manually sourcing works fine though. Looks like a great addition to my setup, thanks!

After use conda, the behavior fall back to `bck-i-search`

I managed to add support for multi-line blocks, and I want to share it. What I did was to retrieve the number event of the selected command in fzf, and...

Hi there! I've installed this plugin using zgenom, however I am unable to use it as the keybinding isn't working. I also had this issue with [https://github.com/zsh-users/zsh-history-substring-search](url) and I had...