top | item 43748158

(no title)

bagatelle | 10 months ago

Glad to hear this, I was worried I was missing something.

discuss

order

nickjj|10 months ago

I did notice a very bad side effect. Yesterday I only pasted 1 line. When you paste in multiple lines using Neovim's normal paste key (p), it adds a Windows line ending to each line which you can see as ^M.

This unfortunately makes pasting text from Windows into WSL a problem. The ^M isn't present when pasting with CTRL+SHIFT+v because I guess the Microsoft Terminal converts it but that's a big pain to hit compared to "p".

I opened a bug report, let's see: https://github.com/microsoft/wslg/issues/1326