I tried everything, from Esc, Ctrl-C, REISUB, even ctrl-alt-delete.

I gave up and held down the power button

  • @Saledovil@sh.itjust.works
    link
    fedilink
    English
    151 year ago

    It’s <Esc>, ‘:’ ‘q’ <Return>. ‘Esc’ to return to normal mode. ‘:’ to begin entering a command, ‘q’ to actually quit, and <Return> to send the command. For safety, vim does not allow you to quit without saving. You can either override this behaviour by appending a ‘!’ after ‘q’, to tell vim to quit without saving, or use ‘:’ ‘w’ <Return>, while in normal mode, to save the file first. Writing and quitting can be combined into ‘:’ ‘w’ ‘q’ <Return> to save and quit.

    • @pax@sh.itjust.worksM
      link
      fedilink
      English
      21 year ago

      nano is great, however what if it is not installed and you can’t install it for what ever reason?

      • @Seraph089@sh.itjust.works
        link
        fedilink
        English
        41 year ago

        I toss some magnets in the case then burn it, gotta make sure Vim doesn’t come back for vengeance if I perform the arcane shutdown ritual incorrectly.

      • @PCChipsM922U@sh.itjust.works
        link
        fedilink
        English
        21 year ago

        I can’t believe that there are still people that code in Vim, lol 😂. Not only that, but they encourage others to learn how to use it and code in it… WTF, I get that some people like retro stuff, but that’s just plain stupid. Why not code in ASM then, it’s retro as well 😂.

        • @mrmanagerA
          link
          English
          4
          edit-2
          1 year ago

          Because it’s super fast and beautiful. I use neovim though, not vim. Colleagues are always asking me how i can move around so fast. Well because it’s all shortcuts and since the editor responds instantly… It just happens very fast.

          It makes it a lot more fun to edit code :)

          VS code is also decent but it has that laggy feeling all the time, and it’s frustrating.

        • @themoonisacheese@sh.itjust.works
          link
          fedilink
          English
          11 year ago

          Red hat Linux still doesn’t ship with anything else installed by default (I mean apart from sed) so vi is your only choice if you’re in an environment where you’re not about to install a package (if repos are even accessible) everytime you log in a new server.