laktak / extrakto

extrakto for tmux - quickly select, copy/insert/complete text without a mouse
MIT License
878 stars 45 forks source link

Quiting fzf with <c-d> yields error message. #29

Closed stagnation closed 4 years ago

stagnation commented 6 years ago

This error message seems to be meant for when fzf is not installed, not for when fzf exists with a non-zero exit code. I'm used to to close fzf and would like it to work just like if was pressed.

error: unable to extract - check/report errors above
You can also set the fzf path in options (see readme)
to reproduce for me. with a very sparse tmux.conf ``` set-option -g prefix C-Space set -g @plugin 'laktak/extrakto' run '~/.tmux/plugins/tpm/tpm' ```
laktak commented 5 years ago

Thanks. I think this is the same error as #32