this post was submitted on 24 Sep 2025
1277 points (98.1% liked)

Programmer Humor

26592 readers
2147 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] aquovie@lemmy.cafe 5 points 3 days ago

It's awesome until you want to put the cursor in a specific spot of a previous command.

$ rm -f delete-me.txt
ctrl-r "me", ctrl-b, ctrl-k
$ rm -f delete

But I still use fzf because while I used to do the above, fzf offered more advantage that made switching worth it.