bullet-train.zsh icon indicating copy to clipboard operation
bullet-train.zsh copied to clipboard

Fix display issue when tapping tab for suggestion

Open huandu opened this issue 6 years ago • 0 comments

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.

huandu avatar Feb 20 '18 16:02 huandu