Replies: 2 comments 1 reply
-
man fzf
# ...
# EXIT STATUS
# 0 Normal exit
# 1 No match
# 2 Error
# 130 Interrupted with CTRL-C or ESC becomels | fzf --bind 'esc:become:' |
Beta Was this translation helpful? Give feedback.
0 replies
-
ls | fzf || : |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run anything like "ls | fzf" and I just want to quit FZF, pressing ESC quits with return code 130.
Can I change that with some keybinding / command to quit with RC 0?
Beta Was this translation helpful? Give feedback.
All reactions