Tuesday, July 19, 2022

Re: Ubuntu files in WSL to Windows gvim



вт, 19 июл. 2022 г. в 10:20, 'Suresh Govindachar' via vim_use <vim_use@googlegroups.com>:
Hello,

It is possible to work on files in Windows 11's WSL's Ubuntu sub-system
using VSCode installed in Windows. It seems there is a "client-server"
connection to enable VSCode to access filesL
https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-vscode .

Is it possible to use gvim installed on Windows to work on files inside
WSL's Ubuntu? IF so, how exactly?

Thanks,

--Suresh

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/7d9545ab-e73c-4500-1d22-a03a4b6810d1%40yahoo.com.

You can open files directly, e.g. `:e \\wsl$\ubuntu\home\username\myfile.txt`

Or browse with file system explorer (builtin netrw or any alternative): `:e \\wsl$\ubuntu`

Or click "open" item in menu/toolbar (or type `:bro e`) and click "Linux" node on the left.

Etc.

Note that WSL startup may take quite a while, if no other WSL application is running in background.

Regards,
Matvey

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAFsTB%2BKXpxKB5v5yrH2h07ue_6Bw0JGD3iA4yHStNpdfEwtMzA%40mail.gmail.com.

No comments: