this post was submitted on 05 Aug 2023
977 points (98.4% liked)

Technology

57453 readers
5333 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 126 points 1 year ago (4 children)

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 ❤️

[–] [email protected] 9 points 1 year ago (1 children)

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.

[–] [email protected] 3 points 1 year ago (1 children)

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] 4 points 1 year 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.

load more comments (2 replies)