Skip to main content
edited tags
Link
romainl
  • 193.5k
  • 21
  • 290
  • 327
Source Link
hmukos
  • 57
  • 1
  • 6

How to efficiently yank to system clipboard in WSL2 neovim?

I've installed win32yank through chocolatey and changed clipboard setting in init.vim:

set clipboard=unnamedplus

Everything works however I notice that copy and paste operations now have very slight but noticeable delay. Is there any alternative way to copy to system clipboard? (I'm using neovim in WSL2 Ubuntu)