laktak / extrakto

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

Exits with error #25

Closed john-kurkowski closed 6 years ago

john-kurkowski commented 6 years ago

Neat plugin! I like anything that interops with fzf.

If I open this plugin's fzf window and change my mind, hit Ctrl-C, the window remains open with an error message.

error: unable to extract - check/report errors above
You can also set the fzf path in options (see readme).

There are no errors "above." This is not an error situation. I just don't want to extract anything.

Workaround isn't too bad, but it's an extra keypress: press Enter, and the error window closes.

maximbaz commented 6 years ago

While this is being investigated, as a workaround you can use Esc instead of Ctrl+C to close fzf when you change your mind 🙂

laktak commented 6 years ago

Thanks, I've added ctrl-c to cancel fzf like esc.