caiogondim / bullet-train.zsh

:bullettrain_side: An oh-my-zsh shell theme based on the Powerline Vim plugin
MIT License
2.82k stars 383 forks source link

Fix display issue when tapping tab for suggestion #265

Open huandu opened 6 years ago

huandu commented 6 years ago

If I tap a tab for suggestion with BULLETTRAIN_PROMPT_SEPARATE_LINE=true, cursor will move up one line. It's because the NEWLINE is not well recognized by zsh. It's recommended to use precmd hook to display prompt above cursor.