this post was submitted on 25 Oct 2023
2316 points (99.2% liked)

Programmer Humor

37020 readers
96 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] 19 points 2 years ago (5 children)

Absolutely. It also has whole-line cut/uncut which is a godsend when working with config files

[–] [email protected] 10 points 2 years ago (4 children)

Ironically, that's like the one thing I've learned to do in Vim.

[–] [email protected] 5 points 2 years ago* (last edited 2 years ago) (3 children)

Because it's easy, dd to delete a line and p to paste it somewhere else.

[–] [email protected] 2 points 2 years ago

yy to copy, dd to cut, p to paste. Need to move 5 lines at once? No problem, move to the first line and use d5d, and p to paste it. Vim gets a bad rap for being confusing, but it's so fast to move text around once you get the hang of it.

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)