aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-06 18:22:01 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-06 18:22:01 -0200
commitfeec5a9512070d922c4f6fe7b3c66f93dd73abb3 (patch)
tree8b591c9a29725c648f907655f5c998858cf60497
parent325bc95cf7a97e2cec02ca07a9909a1e66a234ca (diff)
downloadvimperator-feec5a9512070d922c4f6fe7b3c66f93dd73abb3.tar.gz
vimperator-feec5a9512070d922c4f6fe7b3c66f93dd73abb3.tar.bz2
Copy page as a reStructutedText link (2)
-rw-r--r--TODO.md1
-rw-r--r--vimperatorrc.dot.link2
2 files changed, 1 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 4edd1c2..d4cae81 100644
--- 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.
diff --git a/vimperatorrc.dot.link b/vimperatorrc.dot.link
index 56be7cb..cec6efd 100644
--- a/vimperatorrc.dot.link
+++ b/vimperatorrc.dot.link
@@ -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>