Duplicate first character on tab/paste/etc.
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
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
@metaory thank you, starred! :D