1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-10 15:04:32 +03:00

docs: add zle combining chars issue to FAQ

refs: #1157
This commit is contained in:
Wez Furlong 2021-09-21 07:54:03 -07:00
parent 8f0ab02b09
commit c15f17b36b

View File

@ -57,6 +57,22 @@ If you're seeing multiple garbage characters in your terminal in place of
what should be a single glyph then you most likely have a problem with your
locale environment variables.
### Pasting or entering unicode in zsh looks broken
By default, zsh's line editor doesn't support combining character sequences.
Make sure that you have LANG and local configured correctly as shown above,
and then tell zsh to enable combining characters:
```
setopt COMBINING_CHARS
```
You'll want to put that into your zshrc so that it is always enabled.
See [this stackexchange
question](https://unix.stackexchange.com/questions/598440/zsh-indic-fonts-support-rendering-issue-which-is-working-fine-on-bash)
for more information.
### Fonts and fallback
If you have configured the use of a font that contains only latin characters