Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] tty_interface: If backspace is pressed on empty input, exit #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neuschaefer
Copy link
Contributor

This is how the : prompt in vim handles backspace on empty input, so it
feels convenient for me.

This patch may be bad for people who press backspace repeatedly to clear
the input line, and then accidentally press backspace once too often,
and exit fzy, so maybe it should be placed behind a command line option.
(I use ^U when I want to clear the input line, so this doesn't happen to me.)

This is how the : prompt in vim handles backspace on empty input, so it
feels convenient for me.

This patch may be bad for people who press backspace repeatedly to clear
the input line, and then accidentally press backspace once too often,
and exit fzy, so maybe it should be placed behind a command line option.
(I use ^U when I want to clear the input line, so this doesn't happen to me.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant