You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having an issue where on tab completions or pasting the first letter of the command that was completed or pasted in gets duplicated
Example
pasting echo $PROMPT results in eecho $PROMPT and the first character can't even be deleted, it's just permanently painted until you move on to the next command
Tried
Maybe caused by conflict with other things on my machine, but tried it with an isolated .zshrc (e.g. with roundy being the only thing sourced)
Environment
ARM64 Darwin (MacBook Air M1) with kitty terminal
The text was updated successfully, but these errors were encountered:
After some digging found the recommendation to put %{ %} at the end of the prompt line, recommended in a forum thread
Based on this I ended up changing a line in the roundy.zsh file, towards the end of the roundy_prompt_left() I changed: p+="%f%{ %}" which fixed my issue
Having an issue where on tab completions or pasting the first letter of the command that was completed or pasted in gets duplicated
Example
pasting
echo $PROMPT
results ineecho $PROMPT
and the first character can't even be deleted, it's just permanently painted until you move on to the next commandTried
Maybe caused by conflict with other things on my machine, but tried it with an isolated .zshrc (e.g. with roundy being the only thing sourced)
Environment
ARM64 Darwin (MacBook Air M1) with kitty terminal
The text was updated successfully, but these errors were encountered: