• RickRussell_CA@lemmy.world
      link
      fedilink
      English
      arrow-up
      18
      ·
      11 months ago

      Ahem, per the cartoon, the genie typed “vi”, which leaves vi in command mode.

      As an emacs user, I’m ctrl-x ctrl-c with this conversation.

    • freundTech@feddit.de
      link
      fedilink
      arrow-up
      7
      ·
      11 months ago

      After noticing that ctrl+c doesn’t work he tried typing exit, which put him in edit mode.

      • kbotc@lemmy.world
        cake
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months ago

        Unless you are on a Mac, then ctrl is META, and META+c gets you to the place where you can :q!

        ESC is just too far to deal with when using vi.

              • kbotc@lemmy.world
                cake
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                10 months ago

                Go ask Red Hat for their sources.

                EDIT: I’m a Linux Performance Engineer with 15 years under my belt and I use a Mac as my daily driver. Including when I gasp interface with Linux computers because it’s always a combination of ssh and configuration management of some form. Telling me that Mac users don’t use vim is, on its face, one of the dumbest things I’ve ever heard. It’s a text based interface. I could do it with Windows, but I’m faster on Macs.

      • Clusterfck@lemmy.sdf.org
        link
        fedilink
        arrow-up
        6
        arrow-down
        2
        ·
        edit-2
        11 months ago

        Or just use nano and have a built in cheat sheet

        Edit: I just realized nano is the gen z text editor for Linux…

      • buedi@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        Why do people just don’t ESC :x? Do I miss something when not using q!?

        • forwardvoid@feddit.nl
          link
          fedilink
          arrow-up
          5
          ·
          11 months ago

          :x also writes (same as :wq). :q! is force quit. If you accidentally made changes then :q will give an error and :x will write those changes. So :q! Is you safest bet if you need to gtfo.