awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.17k stars 772 forks source link

Change ctrl-c to do a keyboard interrupt vs app exit. #50

Closed donnemartin closed 8 years ago

donnemartin commented 8 years ago

It seems to be the more standard behavior to use ctrl-c to keyboard interrupt and ctrl-d to exit the app. This behavior is consistent with the python interactive shell.

Making this change allows users to quickly cancel out of the current command. Users can still use ctrl-d or f10 to exit the app.

jamesls commented 8 years ago

Makes sense, :shipit: