Various shells apparently do not support ZLE_RPROMPT_IDENT=0 properly and shift the cursor one to the left. As a result, autocompleting leads to weird shifting of the user input and 'overlapping' text. In order to fix this issue, it seems to be sufficient to set ZLE_RPROMPT_INDENT=-1. (see https://github.com/bhilburn/powerlevel9k/issues/110) |
||
|---|---|---|
| .. | ||
| aliases.zsh | ||
| completion.zsh | ||
| exports.zsh | ||
| general.zsh | ||
| history.zsh | ||
| keybindings.zsh | ||
| multiplexer.zsh | ||
| prompt.zsh | ||
| setopt.zsh | ||