I hope @ed1conf isn’t looking …

“The vi editor is one of the most common text editors on Unix. It was developed starting around 1976 by Bill Joy at UCB, who was tired of the ed editor.”

https://ex-vi.sourceforge.net

The Traditional Vi

Traditional vi text editor

@jpmens

I can give it grace for "one of the most common". Second place still gets you on that list 

@jpmens @ed1conf

All I'll say about vi is that it was *such* a pain to learn back in my 1st freelance gig in 1992 (it was basically all they had on their Unix boxes!) that I chose to stick with it ever since and never learn another! I've always used gvim on both Linux and Win, and now my .vimrc is a thing of beauty (to me!)

And I've never got involved in the 'editor wars', because we're all different and work in different ways!

@bytebro

For what it's worth, POSIX shells provide a built-in means of creating the optimal .vimrc file:

$ : > ~/.vimrc

(this also works for an optimal .exrc if you use vi rather than vim)

@jpmens

https://pubs.opengroup.org/onlinepubs/9799919799/utilities/V3_chap02.html#tag_19_17

Shell Command Language

@ed1conf why the unnecessary colon? ;)

@bytebro

@bytebro editor wars are stupid, unless you’re not using the text editor I use (just kidding! ;-)

Really, when teaching I tell students to use a program they’re comfortable with. I’d 1000x rather have somebody typing in nano (or even notepad.exe) than fumbling around and not understanding vi/vim or whichever.

Feel comfortable with the tools one uses, is very important imo.

// @ed1conf

@ed1conf @jpmens @bytebro Absolutely true. Although the examples I show are typed in Vim.

@jpmens @ed1conf

Still a goodie after all these years.

https://www.gnu.org/fun/jokes/ed-msg.html

Ed, man! !man ed- GNU Project - Free Software Foundation (FSF)

@jpmens @ed1conf
Hate having to find out how to exit vi every time I accidentally launch it