summaryrefslogtreecommitdiff
path: root/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
diff options
context:
space:
mode:
authorJavier Rojas <jerojasro@devnull.li>2010-02-08 23:37:24 -0500
committerJavier Rojas <jerojasro@devnull.li>2010-02-08 23:37:24 -0500
commit59868bce02f10e1ed378f5625618198daca58d3a (patch)
treeae438ae3a331c8a3311efa6d80d96b072f3d2fe8 /doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
parent06a56ea9d51d472175cb9279d92f9fb7a62fdf46 (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/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn')
-rw-r--r--doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
index 0497b66b6..980b92740 100644
--- a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
+++ b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
@@ -1,3 +1,7 @@
+**UPDATE** I have created a [[page|tips/follow_wikilinks_from_inside_vim]] in
+the tips section about the plugin, how to get it, install it and use it. Check
+that out. --[[jerojasro]]
+
I wrote a vim function to help me navigate the wiki when I'm editing it. It extends the 'gf' (goto file) functionality. Once installed, you place the cursor on a wiki page name and press 'gf' (without the quotes); if the file exists, it gets loaded.
This function takes into account the ikiwiki linking rules when deciding which file to go to.