awslabs / aws-shell

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

[Feature Request] Configurable key bindings #198

Open jleaders opened 6 years ago

jleaders commented 6 years ago

Tested in the latest Ubuntu 17.10 with the default desktop (Gnome) with the default Gnome Terminal 3.24, instead its intercepted and opens a file menu. I use ZSH but I doubt that's related.

I suggest we change the hotkey for Ubuntu 17.10

Also, related: typing exit and pressing enter should exit or display a text telling the user to type .exit, you know, because, UX

joguSD commented 5 years ago

I think we should solve this by having configurable keybindings as suggested in #202 I'll convert this into the corresponding feature request for configurable key bindings.

We can't add a message when executing exit to execute .exit for the same reason we can't make exit quit the shell. It has possible naming conflicts with the AWS service namespace so we're being defensive and requiring all shell specific commands begin with a period.