Closed Federico-Ciuffardi closed 3 years ago
I experience this as well. We should be able to fix it if will implement a function to be named:
function zsh-system-clipboard-visual-put-replace-selection(){
;
}
zle -N zsh-system-clipboard-visual-put-replace-selection
Another function I noticed missing from visual mode is: zsh-system-clipboard-visual-vi-delete
.
Hi, pressing
p
in visual mode ignores the clipboard.Is this just my problem or is the current plugin behavior?
Edit: In normal mode works fine