kutsan / zsh-system-clipboard

System clipboard key bindings for Zsh Line Editor with vi mode. It is similar to what `set clipboard=unnamed` does for vim.
GNU General Public License v3.0
149 stars 16 forks source link

Paste from clipboard not working in visual mode #34

Closed Federico-Ciuffardi closed 3 years ago

Federico-Ciuffardi commented 3 years ago

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

doronbehar commented 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.