aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhatsthebeef2012-02-28 10:23:21 -0600
committeranekos2012-03-17 20:58:17 +0900
commitde64efc7ddff6b91bb6fab5fb19ed3f4d6274282 (patch)
tree7862d4f2730618a6ed51b9fc66cabf32e378f53e
parent740b26e34477eb262ea11b162e2a0f53b675619d (diff)
downloadvimperator-plugins-de64efc7ddff6b91bb6fab5fb19ed3f4d6274282.tar.bz2
neatened up description
-rwxr-xr-xgoogle-results.js13
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.