• RickRussell_CA
      link
      fedilink
      English
      1811 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.

      • @[email protected]
        link
        fedilink
        English
        211 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.

              • @[email protected]
                link
                fedilink
                English
                1
                edit-2
                11 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.

      • @[email protected]
        link
        fedilink
        4
        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…

        • @[email protected]
          link
          fedilink
          511 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.