diff options
author | whatsthebeef | 2012-02-28 10:23:21 -0600 |
---|---|---|
committer | whatsthebeef | 2012-02-28 10:23:21 -0600 |
commit | 98a068dc23ddc7c7f5e405087d816a4d7d72fd62 (patch) | |
tree | 7862d4f2730618a6ed51b9fc66cabf32e378f53e /google-results.js | |
parent | e41eb4be6ff8544d40b689368d11ef808d0ac8bb (diff) | |
download | vimperator-plugins-98a068dc23ddc7c7f5e405087d816a4d7d72fd62.tar.bz2 |
neatened up description
Diffstat (limited to 'google-results.js')
-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.
|