malxau / yori

Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
http://www.malsmith.net/yori/
MIT License
1.24k stars 31 forks source link

Ctrl + A select all typing string on Yori CMD like PS #52

Open beratcarsi opened 4 years ago

beratcarsi commented 4 years ago

powershell 5 works like this:

image

malxau commented 4 years ago

I've previously said the same thing, see https://github.com/malxau/yori/issues/1#issuecomment-433663522 . Note that the first reported issue in Yori was to have this key combination do what bash does.

The challenge in trying to write a shell that shamelessly steals good ideas from other shells is what to do when those shells disagree. I was hoping that users would form some kind of consensus about the "top" shell to borrow ideas from. This type of thing seems like it would be a very obscure setting.

Perhaps at some point all keys should be controlled via a keymap that maps key presses into actions...

beratcarsi commented 4 years ago

thanks for reply, ESC button is enough for me ;) i did not see this function before, sorry.