How to post on identi.ca from Vim with TwitVim
September 3, 2010 Leave a Comment
I recently discovered the TwitVim Twitter/Identi.ca Vim plugin created by Po Shan Cheah, so I thought i’d share it with you all.
Prerequisites: Vim (obviously), Curl and the twitvim.vba
1. Download the latest twitVim plugin from here (Currently version 0.5.5): http://www.vim.org/scripts/download_script.php?src_id=13653
2. Open Vim and issue these commands (version 0.5.5)
Open the vba file with Vim:
vim twitvim.vbatwitvim-0.5.5.vba
Now install the vba:
:source %
3. Configure your vimrc to use identi.ca
vim .vimrc
And at the bottom add:
let twitvim_api_root = “http://identi.ca/api”let twitvim_cert_insecure = 1let twitvim_login = “yourusername:yourpassword”
:PosttoTwitter
Recent Comments