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

Programmer Humor

31970 readers
1567 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
[–] Vash63 34 points 10 months ago (19 children)

There's a few different ways to write that command in vim, does it accept all of them?

[–] [email protected] 17 points 10 months ago (16 children)

I'm honestly not super familiar with vim. I tried :q! and it accepted it, what are some other ways?

[–] [email protected] 8 points 10 months ago (5 children)

:wq will save and then exit, while :x will save only if the file has been modified and then exit, and then there's ZZ that does the same as :x, plus there are probably others:-)

[–] [email protected] 3 points 10 months ago
load more comments (4 replies)
load more comments (14 replies)
load more comments (16 replies)