From ad9e192f110397e4aaf7efa4b60654cca75f2aed Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 15 May 2017 21:47:37 +0200 Subject: [PATCH] screenrc: drop keybindings G (google) + H (heise.de) Those vendor specific configs shouldn't be shipped as such, especially since we overwrite the default log function (https://www.gnu.org/software/screen/manual/screen.html#Logging) which defaults to 'H', so conflicting with our HeiseTicker binding. Therefore remove it. Thanks: Ralf Moll for reporting --- etc/grml/screenrc | 3 --- etc/grml/screenrc_acpi | 3 --- etc/grml/screenrc_generic | 3 --- 3 files changed, 9 deletions(-) diff --git a/etc/grml/screenrc b/etc/grml/screenrc index 73ba426..3cabb03 100644 --- a/etc/grml/screenrc +++ b/etc/grml/screenrc @@ -107,9 +107,6 @@ bind 'O' login off bind '}' history - bind G screen -t 'google' w3m www.google.com - bind H screen -t HeiseTicker w3m www.heise.de/newsticker/pda/data/paket4.html - # Paste - use 'P' instead of ']': # bind P # unbound by default bind P paste . diff --git a/etc/grml/screenrc_acpi b/etc/grml/screenrc_acpi index b75491e..3fe82ea 100644 --- a/etc/grml/screenrc_acpi +++ b/etc/grml/screenrc_acpi @@ -110,9 +110,6 @@ bind 'O' login off bind '}' history - bind G screen -t 'google' w3m www.google.com - bind H screen -t HeiseTicker w3m www.heise.de/newsticker/pda/data/paket4.html - # Paste - use 'P' instead of ']': # bind P # unbound by default bind P paste . diff --git a/etc/grml/screenrc_generic b/etc/grml/screenrc_generic index 93632b4..7b55cce 100644 --- a/etc/grml/screenrc_generic +++ b/etc/grml/screenrc_generic @@ -108,9 +108,6 @@ bind 'O' login off bind '}' history - bind G screen -t 'google' w3m www.google.com - bind H screen -t HeiseTicker w3m www.heise.de/newsticker/pda/data/paket4.html - # Paste - use 'P' instead of ']': # bind P # unbound by default bind P paste . -- 2.1.4