• LostXOR@fedia.io
        link
        fedilink
        arrow-up
        23
        ·
        1 day ago

        Have you tried standing up from your computer and going outside? It’s the only 100% reliable way I’ve found to exit vim.

      • limerod@reddthat.com
        link
        fedilink
        arrow-up
        5
        ·
        23 hours ago

        That’s why you install Emacs and never look back. Everything you need in one program. No need to exit at all.

        • TabbsTheBat@pawb.social
          link
          fedilink
          arrow-up
          12
          ·
          edit-2
          1 day ago

          Efficiency :3… if you need to edit text in terminal a lot, getting good with vi/vim can save a decent chunk of time, due to all the keyboard shortcuts it has

          And then other people do it cause the pros do and it’s perceived as cool

            • TabbsTheBat@pawb.social
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              7 hours ago

              Basically just the keyboard commands afaik. In vim you move through lines with hjkl keys instead of the arrow keys, and most commands are one letter (because it works through switching modes) instead of needing to hit ctrl for every one. In effect it lets you keep your fingers on the home row at all times which means you can more seamlessly go between moving around to typing, as well as minimizing having to stretch your fingers, so less hurting hands for long editing sessions

              Personally I’ve not had enough of a need to use vim or vi or any of the other related text editors, so I can’t give more concrete examples, but ye :3… for most stuff and most people nano is gonna be good enough

        • davad@lemmy.world
          link
          fedilink
          arrow-up
          7
          ·
          1 day ago

          It’s powerful, lightweight, and ubiquitous. If you do sysadmin work, remote into a random machine, and need to update a config file, it probably has vi installed already. It’s also extensible enough to use as a full IDE.

          Personally, I like it because of how fast it feels and because I can do everything while keeping my hands on the home row of the keyboard.

          • zenforyen@feddit.org
            link
            fedilink
            arrow-up
            7
            ·
            edit-2
            22 hours ago

            Software developer here.

            I only recently switched from vim to VSCode and I refuse to use any editor without vim emulation.

            Regular expressions for quick and efficient and precise search and replace, modal editing which allows me to type di" to ‘delete inside current double quotes’ (needs vim-surround plugin), typing 123gg to go to line 123, press % to switch between any pair of marching braces, brackets or parentheses, and all sorts of such efficient goodies.

            It’s not only efficient, vi has a whole concept, a philosophy how you can build quick editing commands. It’s not like remembering random shortcuts like Ctrl-C Ctrl-V. Once you understand the language, it becomes second nature and you can translate something you want to do into 5 key strokes which would need 100 otherwise or would involve the mouse and clicking and selecting etc.

            I’m not even that good at vim, I’m just using the surface features.

            It has very good reasons why every notable editor provides some form of vi editing emulation.

        • Luffy@lemmy.ml
          link
          fedilink
          arrow-up
          6
          ·
          1 day ago

          Because especially for very low profile systems its more than enough, so you dont need to use something like vim or nvim.

        • Monstrosity@lemm.ee
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          1 day ago

          If you haven’t already, try Flatseal, it’s a gui to deal w/ Flatpak permission (such a PITA).

          The last time I broke my system, it was because I removed a folder called /home/monstrosity/home/monstrosity/.

          When I deleted the weird duplicate home folder, it broke the entire desktop environment & I had to use the terminal to log in and reinstall. I have no idea which of my numerous ‘fucking around’ sessions caused any of it lol

    • cRazi_man@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      1 day ago

      I’m getting better at finding new ways to break my installation. Now I don’t mess with things and just use it as is. Might start messing with stuff on my laptop rather than PC so I can mess up there instead.

    • kevlar21@lemm.ee
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      1 day ago

      Not me! It’s been too reliable and everything that I need works fine without much effort at all, so I never get any experience troubleshooting or using the command line.