Edición de wiki con vim (desde Firefox/Iceweasel)
(fuente http://blog.futurile.net/2009/02/04/comfortable-wiki-editing/)
Para la edición utilizando un programa externo instalar el add-on It’s All Text!, luego preparar vim
Get the MoinMoin syntax file There’s a MoinMoin syntax file on Vim Scripts directory so download and save it into ~/.vim/syntax/moin.vim
- Tell vim about locally saved files Add the following to your ~/.vim/filetype.vim
augroup filetypedetect au BufNewFile,BufRead *.moin setf moin au BufNewFile,BufRead *.wiki setf moin augroup END