Y
Hacker News
new
|
ask
|
show
|
jobs
by
olalonde
106 days ago
Wow, never knew this... That said I'm not sure if I'll remember using it as my muscle memory is already trained to kill hung processes via ctrl-b s, ctrl-k, ctrl-b x (in tmux).
1 comments
antisol
105 days ago
Yeah I discovered ~? a while back and had similar concerns, so I added:
alias ssh="echo 'dont forget: ~? for SSH escapes!'; /usr/bin/ssh "
into my .bashrc
link