aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorilya2010-06-22 17:27:23 -0700
committerilya2010-06-22 17:27:23 -0700
commit11c446e91991f474f0e74bcf1b17fe53d55fbaca (patch)
tree0895459db85bacf6f5275b1b48f1582e27a9a694 /README.markdown
parent51f7d1db43b713539411b3ea7d76d8585ed92b99 (diff)
downloadvimium-11c446e91991f474f0e74bcf1b17fe53d55fbaca.tar.bz2
Added Jez's new goUp function to the README and to the command reference.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 4904ff2c..42b0f3ec 100644
--- a/README.markdown
+++ b/README.markdown
@@ -83,6 +83,7 @@ Release Notes
- Vimium now runs on pages with file:/// and ftp:///
- The Options page is now linked from the Help dialog.
- Arrow keys and function keys can now be mapped using <left>, <right>, <up>, <down>, <f1>, <f2>, etc. in the mappings interface.
+- There is a new command `goUp` (mapped to `gu` by default) that will go up one level in the URL hierarchy. For example: from http://vimium.github.com/foo/bar to http://vimium.github.com/foo. At the moment, `goUp` does not support command repetition.
- Bug fixes and optimizations.
1.17 (04/18/2010)