|
|
|
|
|
by davidw
4780 days ago
|
|
> vim is always there, even on servers. 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. |
|
And on the latter, if the issue is a live server needing immediate attention and a config change, and I'm mobile and using my Android device and have the rights to edit a file and the access certificate locally I could just do it in vim in moments over SSH. Whereas I've no clue as to what app I'd need to install on my phone to act as a passable editor for the file, and why retrieve a whole file (potentially large config) when you just want to make a one-line change? vim just works for my use-case, no config required, no local app required, just edit the file, save it, test and be done.
Both of those solutions just feel clunky, why fight to use Emacs when you could just use vim? Hence, I just use vim, it works, I'm happy as the job is done.