1

I'm using Linux at home and have to use Windows at work.

In order to simplify my life, I've installed Ubuntu on Windows using Windows Subsystem for Linux (WSL) 2. It's great, with the terminal and all the apps I'm used to.

However, it seems rather sluggish, to the point that even neovim is slow; e.g. deleting a line from a buffer with 100 lines takes a noticable amount of time (just under a second I guess).

Is this expected?

If no, what can I do for troubleshooting?

If yes, are there faster alternatives?

Many thanks

1
  • There is a known bug (link) when using /mnt/* folders. If this is your case, try using the /home/username folder.
    – harrymc
    Commented May 8, 2023 at 15:22

2 Answers 2

0

For anyone passing by:

I was using Windows Terminal to interact with WSL2 ubuntu. I changed it to using Alacritty, and now it's much better.

0

I had the following clipboard functionality enabled in my config file:

opt.clipboard = "unnamedplus"

Removing it and using the default clipboard behaviour fixed by problem.

1
  • 1
    Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Mar 13 at 22:20

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .