• RickRussell_CA
    link
    English
    381 year ago

    People can remember the Konami code but :-q-! is too difficult apparently.

      • RickRussell_CA
        link
        English
        181 year 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.

        • @kbotc
          link
          English
          21 year 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
              link
              English
              11 year ago

              But it is UNIX, which Linux is not.

                • @kbotc
                  link
                  English
                  1
                  edit-2
                  1 year 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.

      • Affine Connection
        link
        English
        51 year ago

        I have sent emails with “:w” on at least one occasion.

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