X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=screenrc.in;h=7b74b11f25a00c283fb50440301db61dd87f9e65;hb=4b18a0ea15175ba29698f9ee6033853cf1158a49;hp=c873a6726122b43b426b702a4d2f96153520f435;hpb=8cd59bc4b9bd4fba2e84abe1da1fabd584f8415f;p=config%2Fdotfiles.git diff --git a/screenrc.in b/screenrc.in index c873a67..7b74b11 100644 --- a/screenrc.in +++ b/screenrc.in @@ -43,6 +43,20 @@ hardstatus alwayslastline "%w%=%l %H" # BINDINGS +# Remove some bindings I don't use to prevent using them accidentally. You +# probably don't want to copy this. +bind K # kill +bind k # kill +bind \\ # quit +bind ^Z # suspend +bind z # suspend +bind ^S # xoff +bind s # xoff +bind ^Q # xon +bind q # xon +bind ^G # visual bell +bind D # power detach + # Run urlview on current screen content. Very useful to follow links. Make # sure hardcopy_append is off before using this command. bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"