From: Mike Frysinger Date: Mon, 15 Feb 2021 04:03:51 +0000 (-0500) Subject: screenrc: unbind more shortcuts X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=51dfa16b43d0f73ad56270d36a34b672a7de023a;hp=6bc138afcd1880873825fe023916dccd87baa368 screenrc: unbind more shortcuts --- 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