diff options
author | whatsthebeef | 2012-02-28 10:23:21 -0600 |
---|---|---|
committer | anekos | 2012-03-17 20:58:17 +0900 |
commit | de64efc7ddff6b91bb6fab5fb19ed3f4d6274282 (patch) | |
tree | 7862d4f2730618a6ed51b9fc66cabf32e378f53e | |
parent | 740b26e34477eb262ea11b162e2a0f53b675619d (diff) | |
download | vimperator-plugins-de64efc7ddff6b91bb6fab5fb19ed3f4d6274282.tar.bz2 |
neatened up description
-rwxr-xr-x | google-results.js | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/google-results.js b/google-results.js index 9ef3866..14161c7 100755 --- a/google-results.js +++ b/google-results.js @@ -1,8 +1,8 @@ /**
* ==VimperatorPlugin==
* @name google-results.js
-* @description helps to select google results
-* @author john bower (whiskeytangobravo@gmail.com, http://www.whatsthebeef.org)
+* @description provides quick access to google results
+* @author whatsthebeef (whiskeytangobravo@gmail.com, http://www.whatsthebeef.org)
* @version 0.1
* @minversion 2.0pre
* ==/VimperatorPlugin==
@@ -11,8 +11,15 @@ * Creative Commons
*
* USAGE
-*
+* :gr [index]
+* index - the index of the result you would like to access
+*
* EXAMPLE
+* keys can be mapped like so
+* nmap ,1 :gr<Space>0<CR>
+* nmap ,2 :gr<Space>1<CR>
+* etc...
+* the you only need to press ,1 to access first result...
*
* HISTORY
* 2012/02/27 ver. 0.1 - initial written.
|