From f75072a092ba37f512225902294be6f43b3aad22 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 15 Oct 2015 10:44:50 +0200 Subject: started .screen folder --- .screen/doc/shortcuts.txt | 3 +++ .vim/doc/INSTALL | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .screen/doc/shortcuts.txt 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 @@ +[CTRL-A commands] + +: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 vim vimrc # step 5) -# download spell file for you language -vim -c ":au! SpellFileMissing" +# download plugins and spell file for your language +vim -c ":VundleUpdate" +vim -c ":set spell" +# vim +set\ spell # < maybe that works as well # step 6) # build YouCompleteMe (if you plan to use it) -- cgit v1.2.3