mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-25 00:44:06 +08:00
5a7b41a2cf
'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