this post was submitted on 01 Jul 2023
1054 points (98.1% liked)
linuxmemes
21180 readers
1878 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Y'all know about ctrl-r to search history, right? I went for so many years without even thinking to look for something better than up-arrow, so I have to mention it.
Wait until they learn that you can
ctrl+u
when you mistyped your password insudo
instead of spamming backspace...What does that do?
Delete until start of line. So essentially equivalent to spamming backspace a bunch.
It deletes all keystrokes that have been entered. So, if you know you made a typo when entering your password, you don't have to press backspace many times to make sure you have deleted all the characters before starting over but you can just press ctrl+u and start over.
ah neat, thanks.
I end up hitting Ctrl+u at work all the time and then being disappointed and holding backspace.
Bro. You just changed my life and don't even realize it
Here's another mindfuck: gnu readline is so popular that developers of other software tend to implement its keybinds as hidden features/eastereggs. That's why ctrl+u works in GTK text input boxes as well!
Damn, that really does solve a lot of problems, lol 😂.
history | grep
Does the job well if the key combo doesn't work.
Followed by !xxx where xxx is the number of the command to re-run
This. I didn't know about CTRL+R, but this has been my goto
Good tip!I didn't know about that. I just tried it out and it works pretty well but I worry how long it will take to break the habit of mashing the up arrow all the time since I've been doing it so long. This is clearly better though.