When pasting a path or other text, the suggestion is not updated in the background. That means, that after pasting a text and pressing the right arrow to go to the end of inserted text, the previous suggestion is inserted. An example of this is shown in the screencast below.
Steps to reproduce the behavior:
The suggestion should be updated after insertion, or not responding to right arrow presses when text is selection if possible.
This issue can be resolved by disabling highlight on paste in .zshrc:
zle_bracketed_paste=()
As mentioned in in this issue. Since this seems to be more related to the ohmyzsh setting of highlighting pasted text, this issue may be closed.
Most helpful comment
This issue can be resolved by disabling highlight on paste in
.zshrc:As mentioned in in this issue. Since this seems to be more related to the ohmyzsh setting of highlighting pasted text, this issue may be closed.