Vimpress: Publish WordPress blog posts from Vim
Vimpress is a very cool plugin for Vim. With Vimpress, you can publish and edit WordPress blog posts from Vim.
How to install Vimpress
- Download Vimpress from here.
- Extract to ~/.vim:
tar zxvf vimpress.tar.gz -C ~/.vim
Configuration
If you want to use Vimpress, you must configure blog.vim file:
vim ~/.vim/plugin/blog.vim
- blog_username: your WordPress username
- blog_password: your WordPress password
- blog_url: your xmlrpc.php file URL
Usage
- “:BlogNew” – write new article
- “:BlogSend” – publish your article
- “:BlogOpen id” – edit your article
- “:BlogList” – lists all articles








