Hacker News new | ask | show | jobs
by computerfriend 98 days ago
The drawback is that if you think your session is hanging and want to bail with ~., you have to press enter, which might actually make it to the server and execute something.
1 comments

many get used to Ctrl-U, Return, ~, period keystroke sequence for this.
For those of us in today's 10000, Ctrl-U is the default readline shortcut for unix-line-discard (see https://www.gnu.org/software/bash/manual/html_node/Commands-... and https://susam.net/unix-line-discard.html).