vimwiki

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

commit bd1fb39f6c394b23cb5b3891a0e8230c8cdf74ee
parent 2c03d82a0e4662adf1e347487d73a9bf4bf6fdac
Author: Dan Bernier <danbernier@gmail.com>
Date:   Wed, 25 Jun 2014 14:01:03 -0400

Update README.md

Fix typos in README: "folow" -> "follow"
Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -101,9 +101,9 @@ normal mode: * `<Leader>ws` -- Select and open wiki index file. * `<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 - * `<Ctrl-Enter>` -- Vertical split and folow/create wiki link + * `<Enter>` -- Follow/Create wiki link + * `<Shift-Enter>` -- Split and follow/create wiki link + * `<Ctrl-Enter>` -- Vertical split and follow/create wiki link * `<Backspace>` -- Go back to parent(previous) wiki link * `<Tab>` -- Find next wiki link * `<Shift-Tab>` -- Find previous wiki link