vimwiki

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

commit 5038b319a2184d8cc69e415da347d0787781161a
parent 5faf884dc60c3ebd27734fe5f649acfb92025af8
Author: Larry Hynes <larryhynes@users.noreply.github.com>
Date:   Thu, 24 Oct 2013 17:21:50 +0100

Added ` around <leader> to make it visible, added l to folow.
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