awslabs / aws-shell

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

Add key binding configuration #202

Open mikemorain opened 6 years ago

mikemorain commented 6 years ago

Adding enhancement requested in issue #196

This pull request adds a section in the configuration file to allow using prompt toolkit key names to configure the key bindings. I've also updated the tests, and added a default configuration as well.

I think this likely would also address #198, as it would be configurable.