From f230b1397c158e849180ce89337d50f05a846521 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 3 Jul 2009 14:03:28 +0200 Subject: remove 2 screen keybindings --- .screenrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.screenrc') diff --git a/.screenrc b/.screenrc index 4d22a22..379a6ec 100644 --- a/.screenrc +++ b/.screenrc @@ -89,9 +89,9 @@ msgwait 1 # bind F5 to move to previous window # bind F6 to move to next window bindkey -k k7 detach -bindkey -k k8 kill +#bindkey -k k8 kill bindkey -k k9 screen -bindkey -k k; title +#bindkey -k k; title bindkey -k k5 prev bindkey -k k6 next -- cgit v1.2.3-24-g4f1b