I don't know if eltrans has the option to change things like this but given that i dont have an account and it's not fully finished yet...
These are two lines of what you get when you type help
into zsh:
- if you work in a common dir called git, type "cd d,git<TAB>" and you will
- pressing "ctrl + e" and then a dot, will insert the last typed word again
(useful for similar words/dirs in your commands)
be expanded to it
And I was already confused. cd d,git<TAB>
and I will ...???
And when you remove the parenthesis in the second line it gets ultraconfusing:
Pressing ctrl-e and then a dot will insert the last typed word again be expanded to it
Another example of unclarity:
- autocompletions with extreme possibilities, for example, try:
- kill <TAB>
- xkill -id <TAB>
What's the difference between this and normal distro autocompletion?
Etc etc etc...