This page aims to link to pages in the wiki (and, if applicable, elsewhere), to answer questions that new users are likely to run into.
So, where can I find answers myself?
My configuration is acting weird. What can I do?
Trouble with your key bindings (eg: PgUP/DOWN, HOME/END do not work)?
zsh's completion does not recognize new commands. What gives?
I got a variable: myvar=“ls -la” Executing it does not work (zsh says: command not found: ls -la), but this works in bash/ksh/whatever. What's up?
Why does my prompt look like \u@\h:\w\$? …bash handles that.
Right. However, this is
zshwiki.org.

The
bash convert's page links to a script that is supposed to translate prompts you might have had in bash.
If your prompt was especially twisted, and the script fails, you will still have to read the
PROMPT EXPANSION section in
the manual (zshmisc(1)).
So, any way to use colors in my prompt?
WTF is that completion thing doing? I'm pressing TAB and the cursor jumps somewhere weird…
This is not a problem with the completion system.
Almost certainly, your prompt definition is broken.
-
zsh keeps terminating my background processes on exit. What can I do?
I want character ranges like {a..z} in bash. Help!1!!
Hey, my uparrow acts strangly all of a sudden. What's up with that?
Okay, I want to add a function file to my setup… OR: There is this shell function in zsh I want to overwrite for some reason. Any way to do that?
Now, zsh's vi like bindings are kind of nice. However, I keep forgetting in what mode I am in. Any way zsh can help me there?