aboutsummaryrefslogtreecommitdiffstats
path: root/google-results.js
diff options
context:
space:
mode:
Diffstat (limited to 'google-results.js')
-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.