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

Programmer Humor

32031 readers
1250 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
[–] killeronthecorner@lemmy.world 17 points 10 months ago (5 children)

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

[–] indepndnt@lemmy.world 10 points 10 months ago (4 children)

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

[–] fushuan@lemm.ee 5 points 10 months ago* (last edited 10 months ago) (3 children)

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

[–] bpm@lemmy.ml 2 points 10 months 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)