I start: the most important thing is not the desktop, it’s the package manager.

      • lud@lemm.ee
        link
        fedilink
        arrow-up
        6
        ·
        1 year ago

        Try micro.

        It’s much better and quite easy if not easier to use than nano. It should really be the default simple editor.

      • moormaan@lemmy.ca
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        1 year ago

        I hear you 😁. For whatever reason I stuck with the Vim tutorial and did it a few times over the years. Now I’m using the IdeaVIM extension in IntelliJ - that mode system is just sooo powerful. It has a horrible learning curve, yes, but if you manage to stick with it, it pays huge dividends. I probably know, like, 18% of all commands, and it completely changed how I edit files (mostly for coding, but also text).

    • ExLisper@linux.community
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      I vaguely remember pressing Alt+F4 while trying to close vim in a terminal once. It did switch to me login prompt so I thought it worked.

    • Swarfega@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      I remember, back in the day, I asked on IRC how to edit a file in Linux. Someone said vi. Little did I know that in chat someone said, the next question is how do I quit. I asked that exact question. Yes chat erupted.

    • Slotos@feddit.nl
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Either by making it segfault or you don’t.

      I got a whole software developer career going out of my attempts to exit vim.

    • Fonzie!@ttrpg.network
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      For people who actually don’t know this, yet: Type :x.
      This means “eXit, save any changes”

      If you want to leave and discard your changes, type :q!
      The :q means “Quit”, without any other instructions. This will warn you if you changed anything, adding ! means “force this command”.