From 14472f217512b16fb9527502224df9aba7e80ed5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 10 Jun 2015 12:21:59 -0300 Subject: Copy page as HTML link --- vimperatorrc.dot.link | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimperatorrc.dot.link b/vimperatorrc.dot.link index 38c5a0a..cd9a409 100644 --- a/vimperatorrc.dot.link +++ b/vimperatorrc.dot.link @@ -30,6 +30,9 @@ map yr :js util.copyToClipboard('[' + content.document.location + ' ' + content. " Copy page for sharing map ys :js util.copyToClipboard(content.document.title + ' - ' + content.document.location, true) +" Copy page as HTML link +map yh :js util.copyToClipboard('' + content.document.title + '', true) + " Open a new tab or the homepage map e :tabopen about:newtab map h gH -- cgit v1.2.3