From: Silvio Rhatto Date: Wed, 10 Jun 2015 15:21:59 +0000 (-0300) Subject: Copy page as HTML link X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=14472f217512b16fb9527502224df9aba7e80ed5;p=rhatto%2Fdotfiles%2Fvimperator.git Copy page as HTML link --- 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