diff options
| author | ilya | 2010-01-17 23:47:25 -0800 |
|---|---|---|
| committer | ilya | 2010-01-17 23:47:25 -0800 |
| commit | ffc0fdf5da2b5f31034802ef5feaa5eec0d7d247 (patch) | |
| tree | 2c699605b6385a5b2dadfa762f3818ccb9a4c504 | |
| parent | ace7520aad3a8288aad8bfa64dd72c4735882f33 (diff) | |
| download | vimium-ffc0fdf5da2b5f31034802ef5feaa5eec0d7d247.tar.bz2 | |
Bring the README fully up to date.
| -rw-r--r-- | README.markdown | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index e3d0a4cd..b73c6c18 100644 --- a/README.markdown +++ b/README.markdown @@ -56,8 +56,8 @@ Manipulating tabs: d close current tab u restore closed tab (i.e. unwind the 'd' command) -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. +Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC (or +<c-[>) will clear any partial commands in the queue. Contributing ------------ @@ -73,6 +73,9 @@ Release Notes - Commands <c-f> and <c-b> to scroll a full page up or down. - Bugfixes related to entering insert mode when the page first loads, and when focusing Flash embeds. +- Added command listing to the settings page for easy reference. +- J & K have reversed for tab switching. J goes left and K goes right. +- <c-[> is now equivalent to ESC. 1.11, 1.12 (01/08/2010) |
