Y
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
bandie91
98 days ago
many get used to Ctrl-U, Return, ~, period keystroke sequence for this.
link
aragilar
98 days ago
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
).
link