Hacker News new | ask | show | jobs
by tspng 84 days ago
That's great. I've been using terminals for 20+ years, and never new about CTRL-U. Thanks! TIL.
1 comments

It's built into the Unix terminal driver. Control-U is the default, but it can be changed with e.g. "stty kill". Libraries like readline also support it.