• Rooty@lemmy.world
    link
    fedilink
    arrow-up
    11
    arrow-down
    19
    ·
    1 year ago

    Shells offer a significantly faster and more powerful way of running programs when you know how to use them. The “helpful” Windows user is kneecapping the noob by offering a shiny but limiting GUI. Once you get a grasp of basic command line tools, you’ll wonder why you bothered with pointing and clicking stuff.

    • Graphine@lemmy.world
      link
      fedilink
      arrow-up
      23
      arrow-down
      1
      ·
      edit-2
      1 year ago

      I feel like the shell becomes much more complicated when you want to use configs. Or anything other than basic commands. At that point it becomes a pain in the ass, or tedious.

      Other than that I agree. Also, GUI file managers are still superior. Sue me.

      • /home/pineapplelover@lemm.ee
        link
        fedilink
        arrow-up
        14
        arrow-down
        2
        ·
        1 year ago

        I still don’t get why people like vim. Like sure, I use it to edit config files and stuff that needs sudo permissions, but in all honesty, if I could use any gui for that, like Kate, I wouldn’t see any reason for using vim. Why do I need to relearn years how to Ctrl+ f or exiting the editor? buT iT’S FaStEr. Really? You spend how long looking up guides and cheat sheets on how to use it and it’s faster? I mean sure, use what you are comfortable with but can you really say it’s that much faster than just any text editor out there?

        • beefcat@kbin.social
          link
          fedilink
          arrow-up
          7
          ·
          1 year ago

          It’s like Dvorak. You can be ~5% faster once you get over the turly enormous learning curve. The problem is, for most people, that 5% does not justify the huge initial investment.

          • Graphine@lemmy.world
            link
            fedilink
            arrow-up
            8
            arrow-down
            2
            ·
            edit-2
            1 year ago

            Why would it though? If performing an action through the terminal shaves off only 2-3 seconds who cares?

            If I want to open firefox though the terminal I can do that, sure…or I can just point and click on my taskbar/desktop. The time difference is virtually unnoticeable.

            There’s a reason GUIs blew up. It’s not just because of user accessibility. There are legitimate things that are faster or less of a hassle with GUIs and I feel like the Linux community forgets that sometimes. Like using the terminal somehow makes them superior.

          • /home/pineapplelover@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            1 year ago

            I can’t wait for “I use dvorak btw” to be the new thing. The final stage after you become a vim using Linux expert

        • Gustephan@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          The only reason I like vim is because I’ve literally never seen a Linux installation that didn’t have vim. As a result, I know like 5 whole vim commands so I can still technically function on bare-bones installations. And even then, I only learned those 5 vim commands the first time I ran into a computer that didn’t have nano or pico

          • russjr08@outpost.zeuslink.net
            link
            fedilink
            arrow-up
            2
            ·
            1 year ago

            Additionally, vim key bindings work in some other places too - like man and less (and most pagers I think). It also works in bash if you set -o vi which by default uses emacs keybindings. Ctrl+x, Ctrl+e (Shift+V in vi mode) to open your current entered command in $EDITOR which is handy for really long commands. Then save it in said editor, and boom - it runs in your shell.

            The keybindings (vim and emacs alike) is actually a feature of GNU’s readline library that bash gets for free since it uses it, the same trick works in other places that use the same library like a lot of REPLs and gdb (though those programs would need to expose their own way to change between vi and the default emacs mode).

            That itself is a very good reason to know some basics of how to navigate around emacs and vi[m]!

            • Gustephan@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              1 year ago

              And now for the second time in my life, I’m tempted to learn a bit more about the old gods of text editing. Damn you! /s

        • mafbar@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          I’m new to Linux, and pretty new to Vim, but for me personally it works because of a couple of reasons:

          (i) speed. yes, it’s faster once you spent a little bit of time getting used to it. Vim movements or motions just make so much more sense in my mind, and being able to do all of them with few keystrokes feels pretty good and saves time.

          (ii) comfort / muscle memory. This kind of ties to (i), where I just feel comfortable with my hands staying roughly at the same place on the keyboard the entire time I’m editing or writing something. Jumping here and there, deleting and copy-pasting, search/search-and-replace, creating-using-erasing macros, etc; things just feel so crisp and effortless.

          (iii) simplicity. It is a terminal-based text editor, and so for me it’s distraction-free. I just want to open up a text file and edit some stuff or even do some bit of writing, and I don’t really feel like opening up a GUI text editors just to edit some stuff, or even write some stuff! I use Vim to write almost everything and it feels really good.

          But when it comes down to it, anything like Kate or Notepadqq or any generic text editor works just fine.

        • Graphine@lemmy.world
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          1 year ago

          THANK YOU.

          I spent time learning vim and using a file manager (forgot which one) but after awhile I realized it’s less frustrating just using a damn GUI. I feel like the time difference isn’t too much discernible. More than anything vim is just frustrating.

          When you master the tab key and the mouse cursor in a text editor, it’s a breeze.

    • Drew Belloc@programming.dev
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      1 year ago

      And everything can be easily automated on shells, i love how i can setup a task on my pc and once finished send a request over wifi to my phone and use termux to generate a notification