Closed aculich closed 4 months ago
Based on suggestion in PR #551 that notes a problem with yank-pop cursor positioning.
Fixed by moving yank to:
yank
ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS
instead of:
ZSH_AUTOSUGGEST_ZLE_YANK_WIDGETS
Also confirmed that this works to close #363 once merged in.
Oops, this was supposed to be for develop, rather than master :(
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.