mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 15:23:48 -05:00
'accept-non-empty' is similar to 'accept' (which is bound to 'enter' and 'double-click' by default) but it prevents fzf from exiting without any selection. Close #1162