I recently moved from bash
to zsh
and use vim keybindings in zsh
.
When I highlight a string in visual and yank it with y, I can then paste it inside of zsh without problem. However when I try to paste that same string outside of zsh
(with the command Ctrl + d) it does not work. Instead the last copied item with Ctrl + c is copied there.
Is there an additional command to write in the .zshrc
?