• MrNatewood@lemmy.ca
    link
    fedilink
    arrow-up
    22
    ·
    1 year ago

    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.

  • gkd
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    But if I type :q! it just appears in the body of the text!!

    • flibbertigibbet@feddit.de
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      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.

    • kethali@lemmy.ca
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      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.

      • megane-kun@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        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?

    • branchial@feddit.de
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      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.

  • 𝘋𝘪𝘳𝘬
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    In Neovim, when you press Ctrl+C it switches to normal mode and give you this:

  • Joe_0237
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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.