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

[PR] Make Ctrl-D enter an EOT character if kernel is executing and input is empty #290

Merged
merged 3 commits into from
Jul 8, 2018

Conversation

bcolsen
Copy link
Contributor

@bcolsen bcolsen commented Jul 8, 2018

Fixes #289

This code enters an EOT character when ctrl-d is pressed if kernel is executing and input buffer is empty. This preserves ctrl-d as a delete shortcut and a close tab shortcut.

qtcons_ctrl-d

@ccordoba12 ccordoba12 added this to the 4.4 milestone Jul 8, 2018
@ccordoba12
Copy link
Collaborator

Thanks a lot @bcolsen!

@ccordoba12 ccordoba12 changed the title [PR] Ctrl-D enters an EOT character if kernel is executing and input is empty [PR] Make Ctrl-D enter an EOT character if kernel is executing and input is empty Jul 8, 2018
@ccordoba12 ccordoba12 merged commit cbea017 into jupyter:master Jul 8, 2018
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.

Cannot exit ipdb interactive mode with out restarting the console
2 participants