this post was submitted on 07 Aug 2026
594 points (97.1% liked)

memes

22247 readers
5111 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] heartSagan5@lemmy.zip 2 points 2 days ago* (last edited 2 days ago)

I sometimes use Ctrl+w (yank the last word) then Ctrl+y (paste it) in terminal.

Ctrl+a (move the cursor to the beginning of this line — useful to add sudo)

Ctrl+e (move the cursor to the end of this line)

Ctrl+f (move the cursor forward one character)

Ctrl+b (move the cursor back one character)

Ctrl+u (yank the whole line — better than hitting backspace a whole lot)

Ctrl+l (clear the terminal)

Ctrl+d (logout/exit)