From 8fe842d4a9383df7567119da5687022c9572480e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 6 Oct 2009 23:45:10 +0200 Subject: [PATCH] screenrc: Remove some bindings I don't use. --- screenrc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" -- 2.44.1