To be fair, usually a new user’s first encounter with vim is it being the default editor when trying to edit a text file. If you open a specific file with it, you won’t see the intro.
But if I type :q! it just appears in the body of the text!!
The one the that gets me is when I accidentally open a command window when trying to exit and I have to :q out of that first.
deleted by creator
Google literally didn’t exist when I first was thrust into vim (well, vi) a large number of years ago ;) Pretty sure I eventually gave up and closed the terminal window - dialed directly into the university’s unix server. Can’t remember which version of unix it was, though.
It was probably the default editor for tin, the usenet client I was using. At least pine used pico as its editor which was a bit more friendly.
I’m outing myself here, but a computer programming class in college has forcibly thrust all two dozen of us, none of us ever touched a Linux machine in our lives prior to that point, into using
vi
.And all using the command-line from boot-up.
Cue hilarity as we spent a good hour or so trying to fumble our way into creating our first C program. Made some friends that day though, so I guess that was the intent? Camaraderie through shared suffering?
Or it’s a meme about the cryptic UX and not an actual question. I mean how many non-gaming software require a tutorial as introduction.
In Neovim, when you press Ctrl+C it switches to normal mode and give you this:
This was a problem for new users historically, but now if you type ^c it says “type :q to exit”
When i first opened a file in vim, because people praised it, i could not quit. But now thst i learned it, its actually really worth learning, i can still tolerate a normal graphical text editor, but its easier to use vim a lot of the time, more so if you are already doind something in the terminal or if its remote work. And im someone who has only half learned it, if i sat down and took time to get comfortable with macros and more commands, i dont think id be willing to use a primative editor again.
but there’s the switching between input modes
My first vim experience was when it was opened by git and i saw the default commit message instead of this