* Move twily.css to a separate firefox module?
* More automation/productivity hacks and plugins.
* How to open multiple links in different tabs?
-* Yank to reStructuredText and other formats.
* [Yank all buffer uris](http://www.mozdev.org/pipermail/vimperator/2012-January/006415.html).
* Finish links plugin:
* Make it work.
map ym :js util.copyToClipboard('[' + content.document.title + '](' + content.document.location + ')', true)<cr>
" Copy page as a reStructutedText link
-map yc :js util.copyToClipboard('`' + content.document.location + ' <' + content.document.title + '>`_', true)<cr>
+map yr :js util.copyToClipboard('`' + content.document.location + ' <' + content.document.title + '>`_', true)<cr>
" Copy page as a Trac wiki link
map yc :js util.copyToClipboard('[' + content.document.location + ' ' + content.document.title + ']', true)<cr>