When typing a backslash followed by a character, globalias was
incorrectly triggering alias expansion. Add early return when the
last word starts with backslash to allow literal character insertion.
Also:
- Changes `globes` (which doesn't exist) to `glob expressions`.
- Delete the `trigger autocompletion to your current aliases` use case, since that's not
really implemented.