sad icon indicating copy to clipboard operation
sad copied to clipboard

fzf always exits with code 130

Open ms-jpq opened this issue 5 years ago • 1 comments

the only way to exit fzf while executing sad is using abort, however this always results in fzf exiting with code 130.

with a stateless architecture, i don't have a good way to know if fzf exiting with 130 is from user interrupts or from intended action.

ms-jpq avatar May 24 '20 22:05 ms-jpq

Why is the only way to exit fzf using abort? Its normal usage with accept should work?

NightMachinery avatar May 28 '21 09:05 NightMachinery