From 81a481d42b50dfdf275989a7812f46b854672c40 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 7 Sep 2015 02:02:22 +0200 Subject: renamed colorscheme, included INSTALL instructions --- doc/INSTALL | 23 +++++++++++++++++++++++ doc/shortcuts.txt | 2 ++ 2 files changed, 25 insertions(+) create mode 100644 doc/INSTALL (limited to 'doc') diff --git a/doc/INSTALL b/doc/INSTALL new file mode 100644 index 0000000..3c37ac5 --- /dev/null +++ b/doc/INSTALL @@ -0,0 +1,23 @@ +# INSTALL +# this should briefly show you how to install this bundle +# +# step 1) +# download the current version using git +git clone http://git.entwicklerseite.de/vim .vim/ + +# step 2) +# create a symbolic link to the downloaded vim.rc in you $HOME-directory +ln -s .vim/vimrc .vimrc + +# step 3) +# get vim submodules, namely this is just vundle as this will download the rest by itsown +git submodule update --init --recursive + +# step 4) +# fix errors caused by the different vim version you might be using and define the spell checkers language. Starting Vim will show you which lines are not supported on your vim installation so that you can fix them: +vim vimrc + +# step 5) +# download spell file for you language +vim -c ":au! SpellFileMissing" + diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt index 9355433..18af473 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt @@ -2,3 +2,5 @@ [visual mode] - with selected lines gq - format text so that it fits in whatever :set textwidth was set +[commands] +:spell [word] - adds a word to the current dictionary (no mistake any more) -- cgit v1.2.3