diff options
-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> |