aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilya2010-01-10 15:26:44 -0800
committerilya2010-01-10 15:26:44 -0800
commitb595d9016750e555aa5bdb770d989b10ecb71b6b (patch)
tree71e234f92f13ded97d3f23f75964475fe77a6f11
parent9d2cb9576858b0ef5f856a3d760d64020b7dc043 (diff)
downloadvimium-b595d9016750e555aa5bdb770d989b10ecb71b6b.tar.bz2
Updated README & a new CREDITS file to keep track of contributors.
-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.