]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/follow_wikilinks_from_inside_vim.mdwn
prep release
[ikiwiki.git] / doc / tips / follow_wikilinks_from_inside_vim.mdwn
index 93a95bc7a3a321c7f0e443cf648724074c44a1d5..015a4eceef9b39d840962dd06fe1c51ac7ae65f2 100644 (file)
@@ -1,6 +1,6 @@
 The [ikiwiki-nav](http://www.vim.org/scripts/script.php?script_id=2968) plugin
 for vim eases the editing of IkiWiki wikis, by letting you "follow" the
-wikilinks on your file (page), and loading the file associated with a given
+wikilinks on your file (page), by loading the file associated with a given
 wikilink in vim. The plugin takes care of following the ikiwiki linking rules
 to figure out which file a wikilink points to 
 
@@ -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;