vimwiki

vimwiki is a personal Wiki for Vim.
Download

vimwiki Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Maxim Kim
  • Publisher web site:
  • http://code.google.com/p/vimwiki/

vimwiki Tags


vimwiki Description

vimwiki is a personal Wiki for Vim. vimwiki is a personal Wiki for Vim.About Vim:Vim is a text editor first released by Bram Moolenaar in 1991 for the Amiga computer. Vim was created as an extended version of the vi editor, with many additional features designed to be helpful in editing program source code; its full name is Vi IMproved.While Vim is cross-platform, it is most popular on Unix-like operating systems.Released under a software license compatible with the GNU General Public License, Vim is free and open source software. The program's license includes some charityware clauses.Like vi, Vim's interface is based not on menus or icons but on commands given in a text user interface; its GUI mode, gVim, adds menus and toolbars for commonly used commands but the full functionality is still expressed through its command line mode.For many users learning Vim may be difficult and slow initially, but once the basics are understood they progress quickly and editing becomes more efficient. To facilitate this, Vim has a built-in tutorial for beginners. There is also the Vim Users' Manual that details the basic and more advanced Vim features. This manual can be read from within Vim, or found online.Vim also has a built-in help facility (using the :help command) that allows users to query and navigate through commands and features.Requirements:· Vim· VimballINSTALLATION:This is standard VimBall package. To install: 1. Open vimwiki_N_N.vba with Vim. (N_N is version number ie 0_1) 2. Source it with :so % commandUSAGE:In your dotvimrc file (.vimrc) add the following:{{{" detect wiki fileautocmd! BufNewFile,BufReadPost *.wiki set ft=vimwiki" set your wiki files homedirlet g:vimwiki_home = "d:/vimwiki/"" set your index wiki filelet g:vimwiki_index = "index.wiki"" Open your wiki with ww (assume < Leader > is )nmap < Leader >ww :e d:/vimwiki/index.wiki}}}MARKUP:See vimwiki.vim in syntax directory.KEY BINDINGS:normal mode:||Enter||Folow/Create link||||Backspace||Go back to previous wikipage||||Tab||Go to next WikiWord||||Shift Tab||Go to previous WikiWord||What's New in This Release:· DONE: Use mouse to follow links. Left double-click to follow WikiPage, Rightclick then Leftclick to go back.· FIXED: Renaming - ] to ] links are not updated.· FIXED: Buffers menu after renaming is the same as before renaming.


vimwiki Related Software