diff options
author | Javier Rojas <jerojasro@devnull.li> | 2010-02-08 23:37:24 -0500 |
---|---|---|
committer | Javier Rojas <jerojasro@devnull.li> | 2010-02-08 23:37:24 -0500 |
commit | 59868bce02f10e1ed378f5625618198daca58d3a (patch) | |
tree | ae438ae3a331c8a3311efa6d80d96b072f3d2fe8 /doc/tips | |
parent | 06a56ea9d51d472175cb9279d92f9fb7a62fdf46 (diff) |
more notes about the ikiwiki-nav plugin
added installation notes
added pointer in the forum page to the created tip
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/follow_wikilinks_from_inside_vim.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tips/follow_wikilinks_from_inside_vim.mdwn b/doc/tips/follow_wikilinks_from_inside_vim.mdwn index 93a95bc7a..df8145a51 100644 --- a/doc/tips/follow_wikilinks_from_inside_vim.mdwn +++ b/doc/tips/follow_wikilinks_from_inside_vim.mdwn @@ -23,6 +23,10 @@ move into * `:IkiNextWikiLink 0` will look forward for the wikilink * `:IkiNextWikiLink 1` will look backwards for the wikilink +## Installation + +Copy the `ikiwiki_nav.vim` file to your `.vim/ftplugin` directory. + ## Current issues: * The plugin only works for wikilinks contained in a single text line; |