Intellij IDEA with ideavim. Cannot copy text from another source
Vim’s yank command doesn’t yank to the system clipboard by default; it yanks to the unnamed register. You can use the * or + register to access the system clipboard; also see this wiki article for more information. Or just set this option in your ~/.ideavimrc: set clipboard+=unnamed This ~/.ideavimrc setting has been supported in … Read more