0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WSL2で開発するための設定

Last updated at Posted at 2020-07-27

linux(ubuntu)のファイルの場所

エクスプローラーで以下の場所にアクセスすればOK
\\wsl$
CドライブはWSL上では次の場所にあるが\mnt\c、パフォーマンスが悪いので使わない方が良いらしい
https://qiita.com/v2okimochi/items/f53edcf79a4b71f519b1#%E9%96%8B%E7%99%BA%E7%94%A8%E3%83%87%E3%82%A3%E3%83%AC%E3%82%AF%E3%83%88%E3%83%AA%E3%81%AFwsl%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E5%86%85%E3%81%AB%E3%81%97%E3%81%A6%E3%81%8A%E3%81%8F

Pathからwindowsの表示を除く

/etc/wsl.conf
[interop]
appendWindowsPath = false

https://qiita.com/v2okimochi/items/f53edcf79a4b71f519b1#wsl2%E3%81%AEpath%E3%81%8B%E3%82%89windows%E3%83%91%E3%82%B9%E3%82%92%E6%8A%9C%E3%81%8F
https://github.com/microsoft/WSL/issues/4234#issuecomment-505609403

vimでコピペが自然に出来るようにする。

sudo apt purge vim
sudo apt install vim-gtk

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?