Promote Crypt::SSLeay to Recommends; needed for https openid auth.
[ikiwiki.git] / doc / forum / ikiwiki_vim_integration.mdwn
blob4724807e8db96c18e550492b973cfebe47f6ff06
1 Hi all. I upgraded the [ikiwiki-nav plugin](http://www.vim.org/scripts/script.php?script_id=2968)
2 so that now it supports:
4   * Jumping to the file corresponding to the wikilink under the cursor.
5   * Creating the file corresponding to the wikilink under the cursor (including
6   directories if necessary.)
7   * Jumping to the previous/next wikilink in the current file.
8   * Autocomplete link names.
10 Download it from [here](http://www.vim.org/scripts/script.php?script_id=2968)
12 I've also created a new page unifying all the hints available here to use vim
13 with ikiwiki files, in [[tips/vim_and_ikiwiki]]
16 --[[jerojasro]]