Closed timothyfroehlich closed 1 week ago
Should be fixed for the dev version. Ref: #4091
The current workaround until a new release is published is:
source <(fzf --zsh | sed 's/fc -RI/true/')
Sorry for the inconvenience.
Should be fixed in 0.56.3.
Checklist
man fzf
)Output of
fzf --version
0.56.2 (brew)
OS
Shell
Problem / Steps to reproduce
https://github.com/user-attachments/assets/fcee678b-95e0-4eca-91b0-5345fce400bc
This just started happening a couple days ago without any changes to my .zshrc. If I press ctrl+R and select an entry by pressing enter I get a fresh cmd line. I went through my .zshrc until I found the line that caused the problem, which seems to be
HISTSIZE=1000
.Here's the portion of my .zshrc that's related to history:
Unsetting HISTSIZE or SAVEHIST doesn't seem to help, only opening a new shell without HISTSIZE set.
Please let me know if there's anything else I can add to help debug.