diff options
| author | ilya | 2010-01-08 17:50:59 -0800 |
|---|---|---|
| committer | ilya | 2010-01-08 17:50:59 -0800 |
| commit | 26ce6603ce7e20d5d67c9f3208d14a7ee7bf152f (patch) | |
| tree | 8a8863cb66488ad54bcb9fcf503c85b1dc966d07 /README.markdown | |
| parent | 26ddb06c8b0354d0540dfd3b54eb6ac2de43ea71 (diff) | |
| download | vimium-26ce6603ce7e20d5d67c9f3208d14a7ee7bf152f.tar.bz2 | |
Cutting 1.11 release. New README & manifest.
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index a8688dbe..9749b8c5 100644 --- a/README.markdown +++ b/README.markdown @@ -54,16 +54,19 @@ 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. +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. Release Notes ------------- -1.11 (Current, unreleased) +1.11 (01/08/2010) - Commands 'gt' & 'gT' to move to the next & previous tab. - Command 'yy' to yank (copy) the current tab's url to the clipboard. - Better Linux support. +- Fix for Shift+F link hints. +- ESC now clears the keyQueue. So, for example, hitting 'g', 'ESC', 'g' will no longer scroll the page. 1.1 (01/03/2010) |
