From: Simon Ruderich Date: Tue, 6 Oct 2009 21:45:10 +0000 (+0200) Subject: screenrc: Remove some bindings I don't use. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=8fe842d4a9383df7567119da5687022c9572480e;p=config%2Fdotfiles.git screenrc: Remove some bindings I don't use. --- diff --git a/screenrc.in b/screenrc.in index c873a67..5235e5f 100644 --- a/screenrc.in +++ b/screenrc.in @@ -43,6 +43,16 @@ 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 ^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"