• ExLisper@lemmy.curiana.net
    link
    fedilink
    arrow-up
    62
    arrow-down
    1
    ·
    8 days ago

    The best thing about Vim is that despite having all the features of a modern IDE it starts in 0.1s and you can start editing right away while the code data is loading asynchronously.

    The worst thing about Vim is that… just kidding, there’s nothing bad about it.

    • yeehaw@lemmy.ca
      link
      fedilink
      arrow-up
      23
      ·
      8 days ago

      Vscode I’m always like all right let’s code… Ah shit, the “what’s new” window has popped up again in the middle of my typing…

      • lightnsfw@reddthat.com
        link
        fedilink
        arrow-up
        3
        ·
        7 days ago

        Also had to update virtually every time I touched it and half the time those updates would break it so I had to reinstall. I didn’t use it on a daily basis or anything and it’s been a few years so maybe they fixed that but it’s why I don’t currently use it (along with the fact that it’s a microsoft product and I’m trying to stay away from all their shit as much as possible).

    • andros_rex@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      7 days ago

      People meme about “q!” but it is super helpful to have that extra step, because sometimes your fingers are moving faster than your brain is. That quick switch back-n-forth vim - gcc - ./a.out loop and my probably ADHD mean that vim saying, “hey, remember you haven’t saved this yet” is a godsend.

      You are right about the best part about vim - you can work as fast you type.

    • silverlose@lemm.ee
      link
      fedilink
      English
      arrow-up
      7
      ·
      8 days ago

      It’s a trade off for sure. I think the area editors like Vim totally win in is when you need to ssh into a server and edit something. I think it will always exist because of this use case

      • zarkanian@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        7 days ago

        I can ssh in with Krusader and edit from Krusader’s GUI editor. I would probably still do it from the terminal because it’s faster, but it’s good to have more than one way to do things.

  • electric_nan@lemmy.ml
    link
    fedilink
    arrow-up
    54
    arrow-down
    1
    ·
    8 days ago

    I remapped the power button of my computer to whatever that series of keypresses is that exits vim.

    • ArbitraryValue@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      43
      ·
      edit-2
      8 days ago

      that series of keypresses is that exits vim

      One of the great mysteries of the universe. However, I can confirm that my standard power button also exits vim.

    • pinball_wizard@lemmy.zip
      link
      fedilink
      arrow-up
      10
      ·
      8 days ago

      That’s really smart. That way if I ever figure out the command to exit Vim, it’ll behave the same as my current method (powering off the PC.)

    • Tuxman@sh.itjust.works
      link
      fedilink
      arrow-up
      9
      ·
      8 days ago

      Ah! I loved using Doom EMacs for a while!

      … but alas I came back to my initial love with Neovim 😜

    • Peck@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      7 days ago

      So kind of off topic. Like 15 years ago emacs vs vim split in engineering was like 50-50. Now I see more like like 90-10 with vim winning. What happened? I always assumed they are equivalent more or less.

      • AnUnusualRelic@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        7 days ago

        Emacs has scripts that can do almost anything. If you wanted to, you could pretty much replace your graphical desktop with Emacs and still do pretty much everything you do. vi is an editor.

      • WalnutLum@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        7 days ago

        There’s been a lot more evangelism about emacs lately.

        Also the fact emacs has doom and spacemacs to ease new users in while vim drops you into : and tells you to swim means that it’s easier for emacs to get new users.

    • supersquirrel@sopuli.xyz
      link
      fedilink
      arrow-up
      4
      ·
      8 days ago

      Yeah, this is the best solution at the end of the day for most would be text wizards, emacs is beautiful, vim keybindings are beautiful.

  • F04118F@feddit.nl
    link
    fedilink
    arrow-up
    36
    arrow-down
    10
    ·
    8 days ago

    Do you mean Neovim?

    Surely you aren’t comparing a flat text editor to an IDE that has language server support, debuggers and refactoring tools?

  • milicent_bystandr@lemm.ee
    link
    fedilink
    arrow-up
    20
    ·
    8 days ago

    HAHAHAHA I know the secret passcode to escape!

    Incidentally, it’s ctrl+]. But I remap it to ‘kj’, and somehow have never typed ‘blackjack’ in all my years of using Vim!

  • LovableSidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    edit-2
    8 days ago

    I used to know a developer who wrote all his code in Notepad. This was around 2005 or 6. We had just starting to replace our legacy ASP code with ASP.Net, which he was determined to do in Notepad. I was gone before I could see how that worked out.

    • chonglibloodsport@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      8 days ago

      Yeah. A lot of people who use vim don’t know how to use the full power of vi. They’ll often install plugins to do things they could have easily done with built in features!

      The one area where regular vi sucks though is undo. If you want multiple undo then you’ll have to at least go with something like nvi.

      • baines@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        2
        ·
        8 days ago

        imagine thinking a non user will read this and want to use vi/vim

        vim users have the same energy as latex users

        • chonglibloodsport@lemmy.world
          link
          fedilink
          arrow-up
          6
          ·
          edit-2
          8 days ago

          I don’t really recommend people learn vi/vim even though I’ve been using it for years and love it. It’s a very personal thing and the time you invest into learning it might not be worth it if you don’t use its features enough.

          I think it’s dependent on your personality and neurodivergence/neurotypical characteristics (I don’t know a word that encompasses all of this). If you’re the type of person who gets really annoyed/distracted by any sort of “friction” in the editing process then I think you may be a good candidate to learn vi. Otherwise probably not!

          Edit: by the way I’m also a LaTeX user!

          • siipale@sopuli.xyz
            link
            fedilink
            arrow-up
            1
            ·
            7 days ago

            I sometimes wonder why some programmers don’t use vim. Aren’t they lazy enough to be bothered about unnecessary work and “friction” you have to deal with when using ordinary editors. I’d rather do the interesting parts of the job and command the computer to do the rest. Of course the communication with the computer has to be as concise, as effortless, and as easy as possible.

            • Lv_InSaNe_vL@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              7 days ago

              For me (sysadmin actually) it’s because what I’m doing is either simple enough that I can use Nano (editing simple config files) or complicated enough that I’ll want a full fledged IDE. I use VSCode and it handles remote files really really well.

              Although I have learned a little bit of Vi/Vim because sometimes thats all you have.

              Plus if you’re doing major changes (like more than editing a line or two) you shouldn’t be doing that on a production server anyways. Like if I found out an engineer or dev was primarily working directly off of the server they would probably be on their way out the door. Uptime is worth way too much for that nonsense.

    • LeninOnAPrayer@lemm.ee
      link
      fedilink
      English
      arrow-up
      5
      ·
      8 days ago

      Knowing how to actually navigate vim is worth learning. Especially if you work in embedded systems where a lot of the time you’re on setup that is running barebones and likely just has vi as a text editor.

      But I used VSCode for dev work with the VIM plugin.