Last Updated: February 25, 2016
·
886
· lepht

Add a vimperator command for 'verbatim' Google results

I find myself needing to toggle 'verbatim' mode on very often, which requires three mouse-clicks. For keyboard addicts, that's three too many.

Add this to your .pentadactlyrc to make the :gv command turn on 'verbatim' mode while on a Google search results page:

command gv -description "Enable 'verbatim' results in google" js $('#hdtb_tls').click() && $('li#li_1 a.q').click()

Have a fresh tip? Share with Coderwall community!

Post
Post a tip