zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

Fix yank-pop and add test for cursor positioning

Open aculich opened this issue 1 year ago • 0 comments

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.

aculich avatar Jul 14 '24 20:07 aculich