• nickwitha_k (he/him)@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      Emacs

      It’s a sound choice. I don’t like to use it, personally, because I want to use something that uses same motions and syntax as editors on servers that I don’t own (ex. customers). And, I’m not a fan of Lisp. It’s a great and (self-)extensible text editor/lisp interpreter, though.

      • coldsideofyourpillow@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 month ago

        I dislike Evil, and would never recommend it to anyone looking for a modal editing solution for Emacs. I would rather break my pinky with the modifiers than use Evil.

        • Evil is SLOOWWW: its startup time is 10x longer than other modal editing packages.
        • It has high cost of integration with other packages; editing-related packages rarely play well with Evil unless specifically designed for it.
        • We can do better than vi. Nowadays, there are some more modern alternatives to vi, like Kakoune that fix some of the fundamental problems with vi. One such problem is the fact that you cannot know what you are acting on until after the command completes: Kakoune solves this by having a unique noun verb syntax rather than vi’s verb noun syntax. This means that you get constant feedback about what you’re acting on before you act on it, since objects are always highlighted.

        Instead, for anyone looking for a serious and actually good modal editing, I would suggest them to try out meow. It fixes all of the problems I mentioned above, and makes more improvements to the vi experience that I didn’t mention.

  • Anna@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 month ago

    Is no one gonna talk about neovim or are we all just like set the alias and forgot that we are inside neovim and not vim or vi

  • Black Xanthus@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    The comments on this post went exactly like they have over the past 20 years, with one exception.

    Emacs is all but forgoten.

    Vim wins.

    • AnarchistArtificer@slrpnk.net
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Recently, I recommended to a friend that basic vim/vi is worth learning because it’s a baseline that you can always trust will be there across different Linux systems.

      They asked me what I used most on my home system, and the answer was emacs, but I was very clear that I was not recommending it. It’s a particular kind of person who finds themselves at home in emacs, and for everyone besides those people, selling them on emacs would feel like persuading them to do hard drugs.

    • Anna@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 month ago

      You write Ansible playbooks to automate infrastructure management. But calling it a coding language might be a stretch it is just yaml

  • AntY@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    Vi hasn’t been updated since 2005. Aren’t everyone just using vim or neovim?

  • kata1yst@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Everyone at work is using Cursor these days, except for me using neovim and my emacs loving coworker. When we present during pair programming our coworkers go nuts over watching our workflows and trying to figure out if they can do similar things in Cursor lol.

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      SVG, unironically yes. There’s a few times where I found a library or WYSIWYG editor making some strange choices for its SVG output, and I had to fix it manually.

  • NocturnalMorning@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    I know this is supposed to be a joke. But, VI is awful, and i can’t believe anybody would use that over a modern editor. But, I know some people who like it.

        • Petter1@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          Imagine thinking modern IDE are more efficient than vi 😯

          Curser is more intuitive, I agree, but you will never win a code race against similar skilled coder on vi…

            • Petter1@lemm.ee
              link
              fedilink
              arrow-up
              0
              ·
              1 month ago

              Umm, there are regularly coding race events here where I live…

              Coding can be hobby as well, you know.

              Not all of this world is pure capitalism, some have some free time doing stuff they want how they want.

              Coding is not my profession (right now)

                • Petter1@lemm.ee
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  1 month ago

                  😄 why would someone not make his hobby his profession?

                  I have never coded as major part of profession, yet, but I am on the way there.

    • dohpaz42@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Modern “vi” is typically a symlink to vim, and as long as compatibility is disabled it’s very useful; especially when working over ssh or quick and dirty config editing that doesn’t warrant a full blown ide to be started up.