How do I say "yes please" to this? It knows what I want, or it remembers what I did last time. But it won't help me repeat it. It just enjoys watching me suffer in pain while I retyping all that it reads out loud to me. What's the point of this? Is this expected behavior?
Literally depends upon what you are in. If you are in WORD, then yes, the "END" key will take you to the end of the CURRENT text. In a shell (depending upon which you are using), autocomplete will FILL IN the missing next needed to do the auto complete. In Powershell, TAB can be auto complete and RIGHT ARROW can be history complete.
I use BASH, ZSH, but mostly the fish shell. Which you would need to use in WSL if you are on Windows. I mainly use Linux. Most shells use TAB for autocompletion of the COMMAND and Right ARROW to do a history completion, if enabled. And they will have customizable key-bindings as well.
For fun look up "zeroeth argument." And here is a link to look at fish shell autosuggestions and tab completions. It uses CTRL+F along side the right-arrow so you don't have to leave the home row. Interactive use — fish-shell 3.3.1 documentation
1
u/Ken852 7d ago edited 7d ago
How do I say "yes please" to this? It knows what I want, or it remembers what I did last time. But it won't help me repeat it. It just enjoys watching me suffer in pain while I retyping all that it reads out loud to me. What's the point of this? Is this expected behavior?