diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-02 17:31:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-02 17:31:00 -0300 |
commit | ae71781b6a59133a3c1d45cdb0b303f8946712d5 (patch) | |
tree | d36bde071602600c3bb9d32fc499edcf86fb6cd4 | |
parent | a9a36890c0e3e188acf695a1b4f9458b8ea90418 (diff) | |
download | vimperator-ae71781b6a59133a3c1d45cdb0b303f8946712d5.tar.gz vimperator-ae71781b6a59133a3c1d45cdb0b303f8946712d5.tar.bz2 |
Shortcut updates
-rw-r--r-- | vimperatorrc.dot.link | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vimperatorrc.dot.link b/vimperatorrc.dot.link index ecf7777..889d3bb 100644 --- a/vimperatorrc.dot.link +++ b/vimperatorrc.dot.link @@ -1,5 +1,6 @@ " References: " https://vimpr.github.io +" http://sheet.shiar.nl/vimperator " Basic configuration set gui=tabs,nonavigation @@ -21,7 +22,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 Trac wiki link -map yt :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 for sharing map ys :js util.copyToClipboard(content.document.title + ' - ' + content.document.location, true)<cr> |