diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-06 18:23:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-06 18:23:21 -0200 |
commit | c32d10f89f7bf709c3b9885b2c779a874e6784ce (patch) | |
tree | a20b779fbe91f50eda9fa16a5204a3d1e5470be8 | |
parent | feec5a9512070d922c4f6fe7b3c66f93dd73abb3 (diff) | |
download | vimperator-c32d10f89f7bf709c3b9885b2c779a874e6784ce.tar.gz vimperator-c32d10f89f7bf709c3b9885b2c779a874e6784ce.tar.bz2 |
Copy page as a reStructutedText link (3)
-rw-r--r-- | vimperatorrc.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperatorrc.dot.link b/vimperatorrc.dot.link index cec6efd..ac2b914 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 yr :js util.copyToClipboard('`' + content.document.location + ' <' + content.document.title + '>`_', true)<cr> +map yr :js util.copyToClipboard('`' + content.document.title + ' <' + content.document.location + '>`_', true)<cr> " Copy page as a Trac wiki link map yc :js util.copyToClipboard('[' + content.document.location + ' ' + content.document.title + ']', true)<cr> |