this post was submitted on 25 Oct 2023
2263 points (99.1% liked)

Programmer Humor

31800 readers
231 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I'm trying out Obsidian for taking notes, and this made me laugh.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 12 points 10 months ago (1 children)

Nano is for those that occasionally edit text files from a terminal.

Vim is for those who make a living out of it.

[โ€“] captain_aggravated 3 points 10 months ago

There's a guy on Youtube who does programming language tutorials/demonstrations. Like he starts out with C++ and in one hour you're at object inheritance, crash courses I guess is the term for them.

He did one video that was as much a Vim tutorial as a tutorial for this language. "Press 3k, then enter, then i, and type "std::out("whatever C syntax is")" and then hit escape and..."

For teaching something like a little bit of Python or a little bit of Bash or whatever, I'd rather use Nano, because you can learn how to use it in seconds. Vim is an amazing tool but lord don't try to cram a Vim tutorial into another already technical tutorial.