|
|
|
|
|
by buro9
4780 days ago
|
|
I wanted a default tool I could find and use on any machine I connected to. vim is always there, even on servers. I wanted something I could use over SSH, even on really bad connections such as mobile. vim works great over poor connections. I barely use plugins, and seldom configure syntax highlighting. On the desktop I may use vim, but tend to use Sublime Text for everything. Go, Java, HTML, CSS, JavaScript (node and browser)... Sublime Text serves me really well and works the way I want to work. Before Sublime Text I was 100% vim, after Sublime Text I'm 80/20 ST/vim. But for whenever there isn't ST, vim is always there. |
|
This argument made sense 20 years ago, when it was quite possible that you'd fine yourself on some weird IRIX machine that had nothing much installed, but you could be sure vi was there.
These days, apt-get install emacs or the redhat equivalent is not really a problem.
> I wanted something I could use over SSH,
Emacs has a remote connection mode, so that you fetch the file, edit it locally, and then save it to the remote machine.