diff options
-rw-r--r-- | .screenrc | 27 | ||||
-rw-r--r-- | .vim/.gitignore (renamed from .gitignore) | 0 | ||||
-rw-r--r-- | .vim/.gitmodules (renamed from .gitmodules) | 0 | ||||
-rw-r--r-- | .vim/colors/coderonline.vim (renamed from colors/coderonline.vim) | 0 | ||||
-rw-r--r-- | .vim/doc/INSTALL (renamed from doc/INSTALL) | 0 | ||||
-rw-r--r-- | .vim/doc/coderonline-vim.png (renamed from doc/coderonline-vim.png) | bin | 195172 -> 195172 bytes | |||
-rw-r--r-- | .vim/doc/readme.md (renamed from doc/readme.md) | 0 | ||||
-rw-r--r-- | .vim/doc/shortcuts.txt (renamed from doc/shortcuts.txt) | 0 | ||||
-rw-r--r-- | .vim/favicon.ico (renamed from favicon.ico) | bin | 32038 -> 32038 bytes | |||
-rw-r--r-- | .vim/gvim.desktop (renamed from gvim.desktop) | 0 | ||||
-rw-r--r-- | .vim/indent/.keep (renamed from indent/.keep) | 0 | ||||
m--------- | .vim/plugins/Vundle.vim (renamed from plugins/Vundle.vim) | 0 | ||||
-rw-r--r-- | .vim/spell/.keep (renamed from spell/.keep) | 0 | ||||
-rw-r--r-- | .vim/temp/.keep (renamed from temp/.keep) | 0 | ||||
-rw-r--r-- | .vim/vimrc (renamed from vimrc) | 0 |
15 files changed, 27 insertions, 0 deletions
diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..8beaf4c --- /dev/null +++ b/.screenrc | |||
@@ -0,0 +1,27 @@ | |||
1 | # the following two lines give a two-line status, with the current window highlighted | ||
2 | hardstatus alwayslastline | ||
3 | hardstatus 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 | ||
6 | defscrollback 5000 | ||
7 | |||
8 | # no welcome message | ||
9 | startup_message off | ||
10 | |||
11 | # 256 colors | ||
12 | attrcolor b ".I" | ||
13 | termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' | ||
14 | defbce on | ||
15 | |||
16 | # mouse tracking allows to switch region focus by clicking | ||
17 | mousetrack on | ||
18 | defmousetrack on | ||
19 | |||
20 | # default windows | ||
21 | # get rid of silly xoff stuff | ||
22 | bind s split | ||
23 | |||
24 | |||
25 | # Use X scrolling mechanism | ||
26 | termcapinfo xterm* ti@:te@ | ||
27 | |||
diff --git a/.gitignore b/.vim/.gitignore index 93df1ba..93df1ba 100644 --- a/.gitignore +++ b/.vim/.gitignore | |||
diff --git a/.gitmodules b/.vim/.gitmodules index 57ae747..57ae747 100644 --- a/.gitmodules +++ b/.vim/.gitmodules | |||
diff --git a/colors/coderonline.vim b/.vim/colors/coderonline.vim index eb8baa6..eb8baa6 100644 --- a/colors/coderonline.vim +++ b/.vim/colors/coderonline.vim | |||
diff --git a/doc/INSTALL b/.vim/doc/INSTALL index 14fb286..14fb286 100644 --- a/doc/INSTALL +++ b/.vim/doc/INSTALL | |||
diff --git a/doc/coderonline-vim.png b/.vim/doc/coderonline-vim.png index ac76bff..ac76bff 100644 --- a/doc/coderonline-vim.png +++ b/.vim/doc/coderonline-vim.png | |||
Binary files differ | |||
diff --git a/doc/readme.md b/.vim/doc/readme.md index 800c1a2..800c1a2 100644 --- a/doc/readme.md +++ b/.vim/doc/readme.md | |||
diff --git a/doc/shortcuts.txt b/.vim/doc/shortcuts.txt index 6b88797..6b88797 100644 --- a/doc/shortcuts.txt +++ b/.vim/doc/shortcuts.txt | |||
diff --git a/favicon.ico b/.vim/favicon.ico index ca0b3c3..ca0b3c3 100644 --- a/favicon.ico +++ b/.vim/favicon.ico | |||
Binary files differ | |||
diff --git a/gvim.desktop b/.vim/gvim.desktop index 37c6e58..37c6e58 100644 --- a/gvim.desktop +++ b/.vim/gvim.desktop | |||
diff --git a/indent/.keep b/.vim/indent/.keep index f8e463a..f8e463a 100644 --- a/indent/.keep +++ b/.vim/indent/.keep | |||
diff --git a/plugins/Vundle.vim b/.vim/plugins/Vundle.vim | |||
Subproject 0ee36b26e127cda512a8f2852a59e5a5f374c87 | Subproject 0ee36b26e127cda512a8f2852a59e5a5f374c87 | ||
diff --git a/spell/.keep b/.vim/spell/.keep index 6d81f6e..6d81f6e 100644 --- a/spell/.keep +++ b/.vim/spell/.keep | |||
diff --git a/temp/.keep b/.vim/temp/.keep index 3d99c12..3d99c12 100644 --- a/temp/.keep +++ b/.vim/temp/.keep | |||