• Sentinian@lemmy.one
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    Memes like this always make we wonder the original version of it. I am dying to know the original context of why the father doesn’t want the boyfriend to pull out

    • CarrotsHaveEars@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      The father didn’t believe the boy’s claim and dared him to demonstrate exiting Vim without pulling out the power cable that night.

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

      casual nano fan here. can’t stand vim, if my text editor has its own command line then there’s a problem lol

      at least we can all come together and say that emacs is the worst

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

      I’m on the emacs side of things, but knowing at least the bare minimum of vim is handy, because I have run into into systems (usually very small systems like routers or something) where some vi variant is available and nothing else is. Though as systems get bigger, it has become more the norm to have at least nano also available.

      I’d know at least this:

      • i to enter insert mode. Then you can edit as in a non-modal editor.

      • Esc to exit insert mode and go back to normal mode.

      • h, j, k, l move left, down, up, and right. The fingers under your right hand on a QWERTY keyboard.

      • / to start a regex search

      • % and then SRC/REPLACEMENT to do a regex replacement.

      • :q to exit without saving changes.

      • :wq to save and exit.

      That’s enough to perform a couple of small edits or something if need be.

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

    I’ve used vim for so many years now that it blows my mind when people act like it’s difficult to use.

    The same thing with installing Arch and even Gentoo … if you’ve got good experience with something like redhat/centos and can read documentation it’s a breeze.

    • xtapa@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      What? A task gets easier the more experience you got with it? I think you’re in for a Nobel price or something.

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

      I’ve been trying to get good at vim recently and the more I learn how to do, the more I love it. I already hit the inflection point of being better with vim then regular text editors, but I can tell I’m nowhere near as fast as I can be

      • body_by_make@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Keep at it, it’s a learning curve but when you get over it you’re not gonna wanna program without it. IdeaVim is great in Jetbrains IDEs and the vim plugin for vs code is pretty decent, if you’re more into an IDE than a terminal.