]> gitweb.fluxo.info Git - rhatto/dotfiles/vimperator.git/commitdiff
Copy page as a reStructutedText link (2)
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Nov 2015 20:22:01 +0000 (18:22 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Nov 2015 20:22:01 +0000 (18:22 -0200)
TODO.md
vimperatorrc.dot.link

diff --git a/TODO.md b/TODO.md
index 4edd1c220abf89d2d10f60db7f9193d8b2bd3f29..d4cae818724394d948e528a7223b117cc90e554a 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -7,7 +7,6 @@ Misc
 * 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.
index 56be7cb47dea7ab9bf9bfe105be844a06c709cef..cec6efdb99a5bd87cc294fc2485c564a6a92e748 100644 (file)
@@ -25,7 +25,7 @@ map yt :js util.copyToClipboard(content.document.title, true)<cr>
 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>