aboutsummaryrefslogtreecommitdiff
path: root/screen/screenrc
diff options
context:
space:
mode:
Diffstat (limited to 'screen/screenrc')
-rw-r--r--screen/screenrc34
1 files changed, 0 insertions, 34 deletions
diff --git a/screen/screenrc b/screen/screenrc
deleted file mode 100644
index 3892176..0000000
--- a/screen/screenrc
+++ /dev/null
@@ -1,34 +0,0 @@
-#escape \\m
-defscrollback 5000
-vbell off
-startup_message off
-altscreen on
-
-
-#multiuser
-multiuser on
-acladd vasko
-
-# look and feel
-#caption always "%{= bb}%{+b w}%n %h %=%t %c"
-caption always "%{= bb}%{+b w}%n %{+b y}%H %=%{+b w}%t %c"
-hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
-
-activity "Activity in %t(%n)"
-
-# bind keys
-bind 'l' lastmsg
-bind 'q' meta
-bind ' ' screen
-bind 'a' title
-bind 'h' split -h
-bind 'v' split -v
-bind 'x' remove
-bind 'o' only
-bind 'r' resize
-
-# bind buffer
-bufferfile
-bind b eval writebuf "exec !!! $HOME/.tools/screenout"
-
-