From 51dfa16b43d0f73ad56270d36a34b672a7de023a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 14 Feb 2021 23:03:51 -0500 Subject: [PATCH] screenrc: unbind more shortcuts --- .screenrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.screenrc b/.screenrc index 1e52b05..f368cba 100644 --- a/.screenrc +++ b/.screenrc @@ -8,6 +8,12 @@ defutf8 on defencoding utf8 term screen-256color +# Unbind the vbell toggle. +bind ^g + +# Unbind the digraph command. +bind ^v + # Unbind the lockscreen command. bind x bind ^x @@ -15,6 +21,13 @@ bind ^x # Unbind the license command. bind , +# Unbind window management commands. +bind F +bind ^I +bind S +bind X +bind | + # Unbind the login/logout commands. deflogin off bind L -- 2.39.2