zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
31.1k stars 1.86k forks source link

Fix yank-pop and add test for cursor positioning #795

Open aculich opened 2 months ago

aculich commented 2 months ago

Based on suggestion in PR #551 that notes a problem with yank-pop cursor positioning.

Fixed by moving yank to:

ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS

instead of:

ZSH_AUTOSUGGEST_ZLE_YANK_WIDGETS

Also confirmed that this works to close #363 once merged in.