Pricefield | Lemmy
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
LinearArray to Programmer Humor@programming.devEnglish • 1 year ago

My wife was unimpressed by Vim

programming.dev

message-square
180
fedilink
960

My wife was unimpressed by Vim

programming.dev

LinearArray to Programmer Humor@programming.devEnglish • 1 year ago
message-square
180
fedilink
alert-triangle
You must log in or register to comment.
  • Dremor
    link
    fedilink
    4•1 year ago

    :q!

  • Panda (he/him)
    link
    fedilink
    68•
    edit-2
    1 year ago

    > my wife

    > vim user

    fake

    • @Syringe@lemmy.world
      link
      fedilink
      17•1 year ago

      At first, I was mad. Then the slow, sad realization that you’re more right than not…

      • billwashere
        link
        fedilink
        English
        11•1 year ago

        Hey I’m married and use Vim. I feel attacked 😅

        • @PriorityMotif@lemmy.world
          link
          fedilink
          19•1 year ago

          deleted by creator

          • billwashere
            link
            fedilink
            English
            2•1 year ago

            I was just playing BOTW looking for a mask does that count?

            • @PriorityMotif@lemmy.world
              link
              fedilink
              9•1 year ago

              Subject doesn’t understand social cues

          • moitoi
            link
            fedilink
            4•1 year ago

            Great to see this type of humor poping out.

  • @AnUnusualRelic@lemmy.world
    link
    fedilink
    English
    4•1 year ago

    vi is more impressive when you’ve used ed for a few years. Nowadays, eh.

  • TXL
    link
    fedilink
    26•1 year ago

    Realising that your partner doesn’t care about you after 10+ years can indeed be hard.

    • Ms. ArmoredThirteen
      link
      fedilink
      7•1 year ago

      Can confirm, am getting divorced after 12 years

      • Iapar
        link
        fedilink
        1•1 year ago

        “Muuhuum, vim is wrecking havoc on relationships again!”

  • @Starkstruck@lemmy.world
    link
    fedilink
    5•1 year ago

    immediate divorce /s

  • Victor
    link
    fedilink
    17•1 year ago

    Would’ve loved to see which community they posted to. RelationshipAdvice?

  • @lseif@sopuli.xyz
    link
    fedilink
    46•1 year ago

    ive heard women are into emacs these days

    • @melpomenesclevage@lemm.ee
      link
      fedilink
      22•1 year ago

      We are, but, like… Just preferring something else doesn’t make vim unimpressive. Silver medal’s still pretty fucking prestigious, you know?

      • I Cast Fist
        link
        fedilink
        6•1 year ago

        It’s not like ed had any chance of being anything other than last, anyway

  • @devilish666@lemmy.world
    link
    fedilink
    12•1 year ago

    Maybe your wife is either VSCode or Atom gang

  • @Crow@lemmy.blahaj.zone
    link
    fedilink
    121•1 year ago

    “nothing fancy” that’s the issue, just some jumping won’t impress her; you gotta do the real crazy shit. Friggin “wife not impressed by my cooking? I make a hard boiled egg and she isn’t impressed”

    • @_dev_null@lemmy.zxcvn.xyz
      link
      fedilink
      1•1 year ago

      jumping won’t impress her

      Unless it’s jump humping.

    • @TangledHyphae@lemmy.world
      link
      fedilink
      10•1 year ago

      He should have installed neovim with LSPs for Python/Rust/etc for intellisense and linting to really get her all hot and bothered.

  • @SpaceNoodle@lemmy.world
    link
    fedilink
    4•1 year ago

    Switch to emacs

  • @ebits21@lemmy.ca
    link
    fedilink
    English
    13•1 year ago

    :q!

    • @pivot_root@lemmy.world
      link
      fedilink
      1•
      edit-2
      1 year ago

      ZZ

      Edit: Has nobody actually tried doing this before downvoting? It saves and quits :/

  • tiredofsametab
    link
    fedilink
    55•1 year ago

    As someone who’s been a software developer for over a decade and in IT even longer, I still don’t use vi/vim for anything other than when crontabs have it set as the editor.

    • @Hexarei@programming.dev
      link
      fedilink
      11•1 year ago

      Honestly if you don’t use vim motions in your ide of choice, you’re missing out big time. Being able to do things like “Delete everything inside these parentheses”. di( or “wrap this line and the two lines below r in a pair of {}” ys2j{ , or “swap this parameter with the next one” cxia]a. with a single shortcut is game changing.

      Even just being able to repeat an action a number of times is ridiculously useful. I use relative line numbers, so I can see how many lines away a target is and just go “I need to move down 17 lines” and hit 17j.

      Absolutely insane how much quicker it is too do stuff with vim motions than ctrl-shift-arrows and the like

      • @trxxruraxvr@lemmy.world
        link
        fedilink
        1•1 year ago

        Only if you use a qwerty keyboard, otherwise it’s just annoying as shit

      • tiredofsametab
        link
        fedilink
        14•1 year ago

        That’s really neat, but I don’t think I do that often enough to really make the performance hit of learning a whole new thing and memorizing keyboard shortcuts and commands worth it. I don’t find myself refactoring code a ton, especially after moving to a more TDD-like model.

        • @Hexarei@programming.dev
          link
          fedilink
          9•1 year ago

          It’s less about refactoring and more about navigation of your code while editing. Ever wanted to delete a single word? daw deletes the word your cursor is currently in. How about "copy everything up to (but not including) the nearest “D” on the current line? yfD.

          The whole point is that editing code in the middle of writing it, not just refactoring it, is immensely faster.

      • oce 🐆
        link
        fedilink
        8•1 year ago

        Absolutely insane how much quicker it is too do stuff with vim motions than ctrl-shift-arrows and the like

        Those tasks are a very small part of work time, so most people don’t feel the need to optimize it.

        • @Hexarei@programming.dev
          link
          fedilink
          8•1 year ago

          As a software dev, they’re significant parts of what I do

          • oce 🐆
            link
            fedilink
            6•1 year ago

            Are you one of those rare developers who spend most of their day actually coding?

            • @Hexarei@programming.dev
              link
              fedilink
              6•1 year ago

              Yes, absolutely. And I refuse to let my day be anything else! :-)

    • @SpaceNoodle@lemmy.world
      link
      fedilink
      31•1 year ago

      alias vi=nano

      • tiredofsametab
        link
        fedilink
        2•1 year ago

        You can set your default editor (maybe in .bashrc or .bash_profile? I forget), but I’m far too lazy.

      • PureTryOut
        link
        fedilink
        27•1 year ago

        export EDITOR=nano.

        But (neo)vim is amazing so there is no need to do that.

        • @ryannathans@aussie.zone
          link
          fedilink
          4•
          edit-2
          1 year ago

          Based nano user

          From my .zshrc (typing this on mobile so cope if it’s wrong)

          case "$OSTYPE" in
            linux*)
              export EDITOR=nano
            ;;
            freebsd*)
              export EDITOR=ee
            ;;
          
          • @lil@lemy.lol
            link
            fedilink
            2•
            edit-2
            11 months ago

            deleted by creator

            • @ryannathans@aussie.zone
              link
              fedilink
              3•
              edit-2
              1 year ago

              That would be too smart. Smells like kotlin’s when

            • @SpaceNoodle@lemmy.world
              link
              fedilink
              2•1 year ago

              Put backticks around the entire case statement, and you can.

        • @SpaceNoodle@lemmy.world
          link
          fedilink
          18•1 year ago

          I transfer all my files over to a Windows machine and edit them in Notepad

  • @PainInTheAES@lemmy.world
    link
    fedilink
    24•1 year ago

    Hey at least you showed her your vim and not your nano or micro

  • @MTK@lemmy.world
    link
    fedilink
    3•1 year ago

    :q!

  • @Foofighter@discuss.tchncs.de
    link
    fedilink
    28•1 year ago

    :q!

Programmer Humor@programming.dev

!programmer_humor@programming.dev
Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmer_humor@programming.dev

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
  • 26 users / day
  • 398 users / week
  • 1.24K users / month
  • 4.56K users / 6 months
  • 3 subscribers
  • 1.62K Posts
  • 57.9K Comments
  • Modlog
  • mods:
  • Feyter
  • adr1an
  • @BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne
  • UI: 0.18.4
  • BE: 0.18.2
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org