Open aculich opened 4 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.
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.