aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2015-10-15 10:44:50 +0200
committerMax Christian Pohle2015-10-15 10:44:50 +0200
commitf75072a092ba37f512225902294be6f43b3aad22 (patch)
tree309d08b23da977309c55bb0f9ea848c0b2e6cc55
parentec2d9ddf48e56137a0c425c179cc9cb18fb5648a (diff)
downloadvim-f75072a092ba37f512225902294be6f43b3aad22.tar.bz2
vim-f75072a092ba37f512225902294be6f43b3aad22.zip
started .screen folder
-rw-r--r--.screen/doc/shortcuts.txt3
-rw-r--r--.vim/doc/INSTALL6
2 files changed, 7 insertions, 2 deletions
diff --git a/.screen/doc/shortcuts.txt b/.screen/doc/shortcuts.txt
new file mode 100644
index 0000000..eba7846
--- /dev/null
+++ b/.screen/doc/shortcuts.txt
@@ -0,0 +1,3 @@
1[CTRL-A commands]
2
3:layout save default - saves current window layout for detach/reattach
diff --git a/.vim/doc/INSTALL b/.vim/doc/INSTALL
index 14fb286..50a2f08 100644
--- a/.vim/doc/INSTALL
+++ b/.vim/doc/INSTALL
@@ -18,8 +18,10 @@ git submodule update --init --recursive
18vim vimrc 18vim vimrc
19 19
20# step 5) 20# step 5)
21# download spell file for you language 21# download plugins and spell file for your language
22vim -c ":au! SpellFileMissing" 22vim -c ":VundleUpdate"
23vim -c ":set spell"
24# vim +set\ spell # < maybe that works as well
23 25
24# step 6) 26# step 6)
25# build YouCompleteMe (if you plan to use it) 27# build YouCompleteMe (if you plan to use it)
..