From 70f22b55384076fea01b4bfccc3be45f7c828430 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 26 Dec 2009 04:10:17 +0100 Subject: [PATCH] screenrc: Remove xon/xoff bindings. They can "freeze" the display and I don't need them. --- screenrc.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/screenrc.in b/screenrc.in index 5235e5f..7b74b11 100644 --- a/screenrc.in +++ b/screenrc.in @@ -50,6 +50,10 @@ 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 -- 2.44.2