diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-06 19:06:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-06 19:06:47 -0200 |
commit | cfffdbc2ed1dafd0710cef3be4005d97c9af311d (patch) | |
tree | 6bced697f7232d2ba6eaf8b447ae67498a684ace | |
parent | 65120ebffd803793d044e9bb8ae670633e8ec4d5 (diff) | |
download | dotfiles-cfffdbc2ed1dafd0710cef3be4005d97c9af311d.tar.gz dotfiles-cfffdbc2ed1dafd0710cef3be4005d97c9af311d.tar.bz2 |
Avoid frozen screen sessions
-rw-r--r-- | modules/profile/screenrc.dot.link | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/profile/screenrc.dot.link b/modules/profile/screenrc.dot.link index 99fc527..26c9e81 100644 --- a/modules/profile/screenrc.dot.link +++ b/modules/profile/screenrc.dot.link @@ -115,6 +115,8 @@ bind 'K' kill bind 'I' login on bind 'O' login off bind '}' history +# See http://www.forwardyouth.com/ubuntu/10-tips-for-using-gnu-screen-to-improve-productivity/ +bind s # Yet another hack: # Prepend/append register [/] to the paste if ^a^] is pressed. |