• darkpanda@lemmy.ca
    56·
    1 year ago

    Bought a new computer, threw the old one out.

  • Dasnap@lemmy.world
    23·
    1 year ago

    I was introduced to Linux with Vim so it’s actually Nano that confuses me…

    • chicken@lemmy.dbzer0.com
      13·
      1 year ago

      The good thing about nano is that it has clear instructions for how to close it right there immediately in front of you

      • esc27@lemmy.world
        7·
        1 year ago

        Not if aren’t familiar with control characters. Might was well be three seashells…

        • laurelraven@lemmy.blahaj.zone
          2·
          1 year ago

          Same, every new system that defaults to nano and throws me in here when I’m expecting vim I have to stop and remember what the characters mean right before changing it to use vim (like, seriously, I typed “visudo”, not “nanosudo”, why the hell would I expect it to open in anything other than vi or vim?)

      • Dasnap@lemmy.world
        4·
        1 year ago

        Look at Mr. Bigshot here reading instructions!

    • loo@lemmy.worldEnglish
      7·
      1 year ago

      I’ve always been using nano, but since I refused to ever read the docs, I’m still confused

  • Tyoda@lemm.ee
    17·
    1 year ago

    CTRL+face on keyboard. I guess Z got me out, but who knows.

  • rtxn@lemmy.worldMEnglish
    175·
    1 year ago

    From the torrent, the deluge, the unending tidal wave of this exact meme in various formats. The “exit vim difficult” meme must constitute at least 50% of online content regarding *nix and *nix-adjacent systems. It is so stale that Slackware considers it outdated. It is the “mayonnaise is spicy” equivalent of funny. It is the white bread, picket fence stereotype of meme culture, yes offense. I’d like to say that it’s beating a dead horse, but the horse is gone; its flesh has been tenderized, pulverized, and evaporated from the sum total of energy imparted by the constant beating. If the heat death of the universe were to happen tomorrow, and from the uniform vacuum energy a Boltzmann brain were to spontaneously form, it will have been already tired of this meme.

    But to answer the question, it was either that, or the big

    type :q<Enter> to exit
    

    splash that appears when I open it with an empty buffer, and following its instructions.

    No offense to you or your house, but I’m really tired of this meme.

    • uranibaba@lemmy.world
      4·
      1 year ago

      splash that appears when I open it with an empty buffer, and following its instructions.

      That’s the key to the problem, I have almost never open vim with an empty buffer, almost only used it to open files directly. Since there is no nice splash screen telling you how to exit when you use vi <your_file>, this meme happens.

    • neo@lemy.lol
      2·
      1 year ago

      No offense, but I was dumb enough to wonder why they put a space before “:” and thought something must be broken. Obviously, pressing q and Enter (or typing <Enter>) also didn’t work and proved to me that this editor must have crashed in a strange way.

      So every time I see vim, it reminds me about my stupidity. The meme eases the pain.

    • Waffelson@lemmy.worldOP
      1·
      1 year ago

      Even if the meme is old, Linux has grown quite a lot in recent years, so there are people who are not tired of the meme yet, and if you stay in some community for a long time, you will notice that many things will be constantly discussed over and over again

    • laurelraven@lemmy.blahaj.zone
      1·
      1 year ago

      I get tired of it sometimes but every once in a while I’ll come across a clever twist on it that makes me laugh

  • Magister@lemmy.world
    8·
    1 year ago

    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

    • mad_asshatter@lemmy.world
      7·
      1 year ago

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

      • Magister@lemmy.world
        2·
        1 year ago

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

    • Haus@kbin.social
      2·
      1 year ago

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

  • mlg@lemmy.worldEnglish
    7·
    1 year ago

    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.

  • Malix@sopuli.xyz
    5·
    1 year ago

    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?

  • palordrolap@kbin.social
    5·
    1 year ago

    Probably closed the terminal emulator it was running in and opened a new one before trying to find documentation at my leisure. One of the luxuries of learning Unix commands in a graphical environment.

    For a more drastic noob story, I once rebooted a computer because I couldn’t get out of GWBASIC. I was familiar with QBASIC at the time and that was a lot easier to get out of if you didn’t know what you were doing.