Bram Moolenaar, the creator of the widely respected Vim code editor, has passed away at the age of 62. The family announced his passing in a heartfelt Google Groups message on August 5, revealing a sudden progression of a medical condition that had afflicted him.

  • @[email protected]
    link
    fedilink
    English
    12511 months ago

    Calling it a code editor is like calling my car a “work transport vehicle”

    Vim is an all purpose text-editing machine and although it has some definite quirks it solves problems. If you’ve used original vi you’ll know just how much more amazing vim is without changing the core concepts.

    Much love to Bram, you made the world a better place ❤️

    • @MCForTheBest
      link
      English
      911 months ago

      Vim is just way better than Vi if I have to use it to actually change more than a few characters in a text file/config.

      It’s probably just me but with Vi I struggle with inputting any text because I’m used to using the arrow keys to navigate. It keeps putting a ‘B’, in particular, and newlines whenever I want to navigate text.

      • vortic
        cake
        link
        English
        310 months ago

        I used to use arrow keys with VIM, but found that using hjkl worked better in some circumstances. Especially when writing reusable macros. It also avoids the need to move your fingers away from the main keys, making you faster.

        I highly recommend getting use to using hjkl rather than the arrow keys.

        • @[email protected]
          link
          fedilink
          English
          410 months ago

          Some cases? hjkl is such a euphoric way to move around that all my keyboards have the arrow keys mapped to those letters under a layer. Truly a game changer.