# HG changeset patch # User Meredith Howard # Date 1484692681 18000 # Node ID fd9cf4712aadb7c7a984707887f648bc1741d301 # Parent 049e9d356e163be680ad458604d1f827529216ef add reader and tab-nav bindings diff --git a/.vimperatorrc b/.vimperatorrc --- a/.vimperatorrc +++ b/.vimperatorrc @@ -2,11 +2,22 @@ set complete=sl style browser .tab-close-button{ display: none; } +command reader execute "open about:reader?url=" + content.location.href + +nmap nmap :noh + nmap q nmap s tddg nmap S :winopen -private ddg +nmap [b gT +nmap ]b gt +nmap [t gT +nmap ]t gt + +nmap :reader + javascript <