aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CREDITS7
-rw-r--r--README.markdown11
2 files changed, 18 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
new file mode 100644
index 00000000..22c56028
--- /dev/null
+++ b/CREDITS
@@ -0,0 +1,7 @@
+Authors & Maintainers:
+ Ilya Sukhar <ilya.sukhar@gmail.com> (github: ilya)
+ Phil Crosby <phil.crosby@gmail.com> (github: philc)
+
+Contributors:
+ lack
+ acrollet
diff --git a/README.markdown b/README.markdown
index 6ae016d1..4e4b5ced 100644
--- a/README.markdown
+++ b/README.markdown
@@ -59,9 +59,20 @@ Manipulating tabs:
Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC
will clear any partial commands in the queue.
+Contributing
+------------
+
+Send us a pull request on Github with some explanation. If the patch adds new behavior or functionality,
+please let us know whether it mirrors a similar extension for another browser or Vim itself. Feel free to
+include a change to the CREDITS file with your patch.
+
Release Notes
-------------
+1.13 (Unreleased, current)
+
+- Commands <c-f> and <c-b> to scroll a full page up or down.
+
1.11, 1.12 (01/08/2010)
- Commands 'gt' & 'gT' to move to the next & previous tab.