aboutsummaryrefslogtreecommitdiffstats
path: root/google-results.js
diff options
context:
space:
mode:
authorwhatsthebeef2012-02-28 10:23:21 -0600
committerwhatsthebeef2012-02-28 10:23:21 -0600
commit98a068dc23ddc7c7f5e405087d816a4d7d72fd62 (patch)
tree7862d4f2730618a6ed51b9fc66cabf32e378f53e /google-results.js
parente41eb4be6ff8544d40b689368d11ef808d0ac8bb (diff)
downloadvimperator-plugins-98a068dc23ddc7c7f5e405087d816a4d7d72fd62.tar.bz2
neatened up description
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.