Skip Navigation
63 comments
  • I guess it was in the 80s, open a new xterm, ps -edaf | grep vi, kill the process, then man vi to read how to exit properly.

    This is how I learnt unix, do a ls in /bin /usr/bin /etc, man every command

    • If it was the 80s, didn't you have to feed punch cards through the mainframe first? /s

      • Already had huge X Terminal on HP mainframe, using X11R3 and mwm etc. xeyes, xload, xbiff, xterm, it was the time!

    • Similar. I'd guess it was something like ctrl-z; ps -e vi; kill -9 procnum on a vt100 terminal.

  • Long before I used vim, some dude shared a bunch of vim memes with ":q!" in them.

    It was actually vi on some ye olde unix machine, but I remembered the meme and got out, searched up how to use vim, and then jumped back in to edit the file lol.

  • I guess just because how the question was laid out, I'm disqualified as I was taught how to use it the first time I used it. :P

    with my first linux -system, I had an experienced friend to hold my hand while installing, configuring and usage - including vim. So, the first thing he taught me was how to exit it. This was sometime in ... 2003-ish?

  • I can't remember what I did with vim the first time I used it, but whenever I'm stuck in a cli program and want to go back to the shell, I usually tried ctrl+c first, and if doesn't work, crtl+z.

  • Shutting down my computer with the button, restarting, and installing Emacs.

    • Shutting down my computer with the button, restarting, Hahaha exactly what I was going to say and installing Emacs. Wait

63 comments