I watched oppenheimer in emacs, u watched it in imax, we are not the same

    • Nora
      link
      fedilink
      282 years ago

      nanoers just never figured out how to :wq

      • synae[he/him]
        link
        fedilink
        112 years ago

        if you listen closely, you can still hear the terminal bells ringing of those that never managed to ESC

        • @Ddhuud
          link
          12 years ago

          Those who never managed to ESC, reset.

        • @[email protected]
          link
          fedilink
          3
          edit-2
          2 years ago

          They just said :wq in school, so thanks for the tip. Hard to believe it saves even when the file hasn’t been changed if you use :wq. What is the use case for that? If the file gets changed in another program and you want to revert?? Edit: Just saw the comment about the modification times being updated.

        • Nora
          link
          fedilink
          12 years ago

          habit lol. i use :w a lot so :wq feels like a natural extension

          • @[email protected]
            link
            fedilink
            12 years ago

            Heh yeah and it’s not like it makes any difference; they’re effectively the same thing. :wq just updates modification time even if there were no changes – same as doing :w and :q separately – but :x doesn’t. Super intuitive interface 😅

    • @[email protected]
      link
      fedilink
      32 years ago

      I don’t do a lot of text editing in terminal, but I used to have to at my last job and I always reached for nano and gave instructions fot nano since it’s just pick up and use.

      • @[email protected]
        link
        fedilink
        62 years ago

        Nano just feels sluggish as soon as you know vim keybindings. Emacs is a bit overkill for some quck edits, but nano is just to basic

          • @[email protected]
            link
            fedilink
            5
            edit-2
            2 years ago

            As a nanoite who couldn’t be bothered to learn editor commands, I switched to turbo, which is essentially a linux port of the DOS text editor

          • @[email protected]
            link
            fedilink
            32 years ago

            I was using vim for the first time the other day and I was running through the built in vimtutor. I got a call from a friend and they asked what I was up to, and I said I was doing a tutorial for a text editor. At that moment, I felt simultaneously very silly and very smart.

        • AnonStoleMyPants
          link
          fedilink
          42 years ago

          By “as soon as you know” you mean “as soon as you have put those bindings to muscle memory”. Knowing them isn’t really enough.

          • @[email protected]
            link
            fedilink
            English
            12 years ago

            Well yeah, I’d say the same concept applies to using anything tech related these days. It’d be like if you “knew” where all of the keys on a keyboard layout that you don’t normally use are located - you’d still need muscle memory to actually use it efficiently.

        • @[email protected]
          link
          fedilink
          22 years ago

          Yeah, again, I don’t do much terminal text editing. I have an IDE. If I’m trying to help someone across the country 1000 miles away fix something on the machine I develop for, I’m going to give them instructions on something that will be incredibly easy to use. I don’t want to have to explain why the arrow keys aren’t working and why they have to use jkl; to navigate or explain how enter edit mode or how so save and exit. Keep it simple stupid.