mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
In the case that fzf-tmux returns a user-selected result but with a non-zero exit status (which can happen if a function inside $PS1 returns non-zero) this allows CTRL-R to continue working as expected. Addresses #203 (Tranquility's comment)