this post was submitted on 29 Oct 2025
56 points (98.3% liked)

Programming

23442 readers
57 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I’ve been switching from Vim to Helix recently. I did the built-in tutor, and whenever I need to configure something, I look it up in the docs. The problem is, I only find what I already know to look for. Without reading the documentation more broadly, I don’t really know what I can configure in the first place.

So I’m curious, do you sit down and read documentation to understand a tool, or do you just search it when you hit a specific problem?

you are viewing a single comment's thread
view the rest of the comments
[–] realitista@lemmus.org 5 points 1 week ago* (last edited 1 week ago)

If it's something I will be using a lot and in depth (such as your editor case), it's worth RTFM. For other stuff just try to find the bit I need. It also depends to some degree how similar it is to other stuff I've used before. I may be able to grok a lot of stuff intuitively if it's similar to stuff I've done elsewhere. For instance jumping between versions of Unix was like this.