• Kaput@lemmy.world
    link
    fedilink
    arrow-up
    14
    arrow-down
    2
    ·
    14 days ago

    Isn’t this supposed to be VIM vs Emac? What’s is there point to be programming in the terminal anyway? Nano is good to fix some config files while your are in there, but if I needed to do real programming I’ll be finding something that works in the GUI.

    • cakeistheanswer@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      9
      arrow-down
      2
      ·
      14 days ago

      Efficiency.

      There’s 0 chance if you have to pick up your mouse that you can keep up with a Unix gray beard.

      That’s just editing, if they’re from the emacs era there might be nothing you can do with text faster across their whole system.

      I like vscode as a entry point, but if you care to get faster learning just vim motions and sys utils alone is going to cut time from the process.

      • Kaput@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        14 days ago

        Oh it’s about speed. What’s the one that get your brain to be faster at programming? I use 4 fingers typing and am still typing much faster than I can think.

        • cakeistheanswer@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          7
          ·
          edit-2
          14 days ago

          Definitely worth running through vim tutor at least once.

          It’s beyond typing speed, things like piping out strings to utilities is using one program to write another, you aren’t just getting faster because of access, it’s a paradigm shift.

          Edit just for fun: im a non Dev dummy who happened to grow up in a Unix household. Even having dropped vim for helix and bounced around the MS admin/Apple IT space for 30+ years. When I switched to Linux I could still remember binds I’d set up and last used at 9.

          Kinda like riding a bike.

        • expr@programming.dev
          link
          fedilink
          arrow-up
          5
          ·
          13 days ago

          It’s speed, but it’s also flow and a continuous stream of thought. If all your editing is being done with muscle memory and minimal thought, you can continue thinking about the problem at hand rather than interrupting your thoughts process to fumble through some context menu to make a change.

    • corsicanguppy@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      14 days ago

      supposed to be VIM vs Emac?

      30 years ago it was vi vs everything. I don’t see it changed today.