fzf-tab
fzf-tab copied to clipboard
[BUG] tmux-popup sometimes cause extra characters
Describe the bug
If a user types something before tmux popup shows, these characters will be print directly to the commandline, not taken as the input of fzf.
To Reproduce Steps to reproduce the behavior:
- Run
_tst() { sleep 2; compadd d c b a }; compdef _tst tst
- Type 'tst '
- Press Tab and type 'abc' immediately.
Expected behavior 'abc' is taken as the input of fzf