|
|
|
|
|
by beny23
2049 days ago
|
|
The ability to efficiently navigate and edit files while SSH’d into an instance is a very useful skill. You just wouldn’t have the permissions to install your favourite editor and vi is almost everywhere. I had to learn vi when working on green screen terminals logged into HP/UX and there was no alternative but am very glad I did as I find that nothing as ubiquitous allows me to efficiently change files. Does that mean I would go around advocating one editor over another? No, whatever works for you. I know vi works for me for editing files. Would I use vi instead IntelliJ for development work? No, I found the development environment allows me to be more productive on project work. But I think you’re doing students a favour teaching vi. |
|
Back when I started it was editing the code on a live server so I used textwrangler/notepad++ with an ftp editor.
I don't buy the argument that learning an editing paradigm for this very specific use case (which is likely getting less and less common) at all. This is coming from someone who uses vim bindings in my daily editor.