Index

Vimwiki Help

Some basics to get around Vimwiki


Basic commands

  • :VimwikiIndex
  • :VimwikiAll2HTML
  • :VimwikiGoto Ruby
  • :h vimwiki


Config

# .vimrc
let g:vimwiki_list = [{
  \ 'path': '$HOME/vimwiki',
  \ 'template_path': '$HOME/vimwiki/templates/',
  \ 'template_default': 'default',
  \ 'template_ext': '.html',
  \ 'nested_syntaxes': {'python': 'python', 'css': 'css', 'html': 'html', 'ruby': 'ruby', 'javascript': 'javascript'}}]