Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Many people talk about vim lately, probably the most I've seen and I'm still not sure why.

Extrapolating from personal experience, I think this might be down to Covid WFH where more people have had to ssh into remote machines and may need to edit files so might choose to use vim as it’s easily available. And vim is something that I find is better learned progressively where you pick up 1 or 2 tricks every week or something so those people might have been able to pick it up over the last year or so and are now evangelizing it.



For what it's worth, you can open a remote directory via SSH from vscode. https://code.visualstudio.com/docs/remote/linux

Want to have your mind blown? Microsoft (yes that Microsoft) officially supports remote development on Windows Server via SSH. As in, run vscode on your Linux box, create an SSH remote on your Windows Server, develop remotely on the server via SSH. Fully supported.


>supports remote development on Windows Server via SSH

I was excited for this as a way to avoid touching Windows altogether, but it works pretty crappily in my experience.


I'm curious: What is a typical use case for this?


Porting cross-platform projects to the operating system that looks and feels very different to pretty much everything else out there. I prefer doing that from the comfort of my primary desktop OS.


Yes, you may be right.

I have also been WFH because of Covid but haven't had to change much or anything to my way of working and I do SSH to multiple machines every day. That might vary a lot from person to person, though. I have avoided doing actual dev. on a remote machine by setting up a VM to run Linux locally as any sort of remote desktop tends to be a pain.

Also, with distributed source control (git and friends) there is usually no need to access remote source files.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: