• leisesprecher@feddit.org
    link
    fedilink
    arrow-up
    9
    arrow-down
    25
    ·
    13 days ago

    And how often does that happen in the real world?

    VIM may have been a very useful tool 20 or 30 years ago, but today it’s nothing else but a tool for one’s sense of superiority. It’s the vinyl of editors.

    If you have to type that much code in a terminal, your infrastructure is outdated. Simple as that.

    • Chewt@beehaw.org
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      13 days ago

      You seem to believe that people only use the terminal if they HAVE to. I doubt anybody these days HAS to type any amount of code in the terminal, but choose to anyway. Like probably anyone else I have access to modern tools and infrastructure, but I choose to do work in the terminal because I’m more productive there. I use (neo)vim because I like it more than any other text editor I’ve used, and have no problem writing code and debugging in the terminal.

      • leisesprecher@feddit.org
        link
        fedilink
        arrow-up
        2
        arrow-down
        6
        ·
        13 days ago

        You’re using the terminal, because you’re used to it. It is not the better tool, it’s simply what you happen to know already.

        People who argue with productivity because of some key bindings live in the world of the 80s. You don’t just sit there and type code 12h a day, that’s not how modern software development works.

        And all those blockheads down voting me are caught up in their weird superiority complex. They are the powerful superhackers, and don’t understand that we are just highly qualified plumbers.

        • Chewt@beehaw.org
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          13 days ago

          I’m actually fairly young and wasn’t around in the 80s. I graduated college with a CS degree in the past 5 years, where I was exposed to many different tools and software. What did I come out of that experience with? I like the terminal more than any IDE I had to use in any class.

          Now in the real world, we don’t always get to use our favorite tools for every task, obviously. I do need to use other, more enterprise, software from time to time for work. But whenever possible I go to the terminal because I’m faster there, and I can quickly automate things.

          I’m not saying the terminal is the best tool for every job, I’m just saying it is the best for ME. Notice I’m also not putting down other tools here. It seems to me like you might be the one with a superiority complex.

          • leisesprecher@feddit.org
            link
            fedilink
            arrow-up
            1
            arrow-down
            4
            ·
            13 days ago

            No, I’d argue you simply didn’t want to invest in the other tools.

            Think about it, you probably spent hours on customizing and automating vim, and then say you’re faster in that. Well, that’s called a habit.

            IDE are objectively more powerful and since you can actually see options and navigate quickly, you don’t need to memorize every obscure feature.

            All the terminal editor enthusiasts are actively holding us back, because they insist everything outside vim is garbage for enterprise and kiddies.

            If your tool of choice is actively hostile to new users for no reason other than “that’s how it’s always been, and thus it’s better”, well then you’re digging a moat to automate your gatekeeping.

            • Chewt@beehaw.org
              link
              fedilink
              arrow-up
              3
              arrow-down
              1
              ·
              edit-2
              13 days ago

              vim + terminal is actually objectively more powerful than any IDE, and most IDEs include a way to pull up a terminal as a crutch for things they can’t do. In any case It seems you can’t be reasoned with. Your argument is just a strawman about what you say other people are saying.

    • havocpants@lemm.ee
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      13 days ago

      VIM may have been a very useful tool 20 or 30 years ago, but today it’s nothing else but a tool for one’s sense of superiority. It’s the vinyl of editors.

      So, because you don’t understand something, it’s outdated?

      If you have to type that much code in a terminal, your infrastructure is outdated. Simple as that.

      Ok, I can see you have no idea what you’re talking about.

      • leisesprecher@feddit.org
        link
        fedilink
        arrow-up
        3
        arrow-down
        4
        ·
        13 days ago

        I understand it very well. And that’s exactly why I’m writing this.

        Ok, I can see you have no idea what you’re talking about.

        Then say, grandmaster delusion, what purpose does vim serve, where it is actually the best tool? Writing code? Hardly, it’s way too limited and requires a ton of upfront investment and headspace. Writing config files? Hardly, because if you write these by hand, you’re living in the 90s, that’s what Ansible, Terraform etc are for.

        You just don’t want to admit, that vim is nothing more than a habit. Muscle memory.

    • TheHarpyEagle@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      13 days ago

      I actually use VIM bindings in PyCharm, slightly cursed but actually works really well and meshes fairly nicely with the other IDE shortcuts. Being able to use it in any terminal is a nice bonus.