mirror of
https://github.com/junegunn/fzf.git
synced 2026-03-05 06:34:28 +08: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