aboutsummaryrefslogtreecommitdiff
path: root/.screenrc
diff options
context:
space:
mode:
authorMax Christian Pohle2016-05-09 17:00:35 +0200
committerMax Christian Pohle2016-05-09 17:00:35 +0200
commitc2a13ef3f498d90fb9f46b830e14c31156635676 (patch)
treee125ca03554399949d6ca0fd27b7cf1953cbf02c /.screenrc
parent8fd5f60d660f385b766b9c0e7ac874632c1cea1f (diff)
downloadvim-karlmarks-c2a13ef3f498d90fb9f46b830e14c31156635676.tar.bz2
vim-karlmarks-c2a13ef3f498d90fb9f46b830e14c31156635676.zip
moved repository up again
this repo shell be used for vim exclusively
Diffstat (limited to '.screenrc')
-rw-r--r--.screenrc27
1 files changed, 0 insertions, 27 deletions
diff --git a/.screenrc b/.screenrc
deleted file mode 100644
index 8beaf4c..0000000
--- a/.screenrc
+++ /dev/null
@@ -1,27 +0,0 @@
1# the following two lines give a two-line status, with the current window highlighted
2hardstatus alwayslastline
3hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
4
5# huge scrollback buffer
6defscrollback 5000
7
8# no welcome message
9startup_message off
10
11# 256 colors
12attrcolor b ".I"
13termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
14defbce on
15
16# mouse tracking allows to switch region focus by clicking
17mousetrack on
18defmousetrack on
19
20# default windows
21# get rid of silly xoff stuff
22bind s split
23
24
25# Use X scrolling mechanism
26termcapinfo xterm* ti@:te@
27
..