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
    arrow-up
    8
    ·
    1 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
      arrow-up
      2
      ·
      1 year ago

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

      • PCChipsM922U@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 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 😂.

        • mrmanager@lemmy.today
          link
          fedilink
          English
          arrow-up
          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.

  • pax@sh.itjust.worksM
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 year ago

    there’s no reason to continue this discussion, cus, I’m locking this thread.