vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit c036ac34c9364a83095cfaf784d2b55969eb7505
parent c09d31d1a8f6a663fd11389d5f4d006d8224c9ea
Author: EinfachToll <istjanichtzufassen@googlemail.de>
Date:   Fri, 25 Oct 2013 09:43:00 +0200

Merge branch 'larryhynes-patch-1' into dev

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -30,7 +30,7 @@ With vimwiki you can: * manage todo-lists; * write documentation. -To do a quick start press <Leader>ww (this is usually \ww) to go to your index +To do a quick start press `<Leader>`ww (this is usually \ww) to go to your index wiki file. By default it is located in: ~/vimwiki/index.wiki @@ -102,7 +102,7 @@ normal mode: * `<Leader>wd` -- Delete wiki file you are in. * `<Leader>wr` -- Rename wiki file you are in. * `<Enter>` -- Folow/Create wiki link - * `<Shift-Enter>` -- Split and folow/create wiki link + * `<Shift-Enter>` -- Split and follow/create wiki link * `<Ctrl-Enter>` -- Vertical split and folow/create wiki link * `<Backspace>` -- Go back to parent(previous) wiki link * `<Tab>` -- Find next wiki link