From 4593257e98ce7a290b6ec765728a76cf5554da18 Mon Sep 17 00:00:00 2001 From: Colin McCabe Date: Mon, 15 Feb 2010 13:06:00 -0800 Subject: [PATCH] move screenrc to .screenrc for clarity --- .screenrc | 13 +++++++++++++ screenrc | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 .screenrc delete mode 100644 screenrc diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..97741e7 --- /dev/null +++ b/.screenrc @@ -0,0 +1,13 @@ +defscrollback 50000 +startup_message off +hardstatus on +hardstatus alwayslastline +hardstatus string "%w%=%m/%d %c" +escape ^Kk +##escape ^|\ +#term xterm-256color +vbell off +# +#bindkey -k k6 copy +bindkey -k k6 prev +bindkey -k k7 next diff --git a/screenrc b/screenrc deleted file mode 100644 index 97741e7..0000000 --- a/screenrc +++ /dev/null @@ -1,13 +0,0 @@ -defscrollback 50000 -startup_message off -hardstatus on -hardstatus alwayslastline -hardstatus string "%w%=%m/%d %c" -escape ^Kk -##escape ^|\ -#term xterm-256color -vbell off -# -#bindkey -k k6 copy -bindkey -k k6 prev -bindkey -k k7 next -- 1.6.6.rc1.39.g9a42