aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorilya2010-09-10 22:20:21 -0700
committerilya2010-09-10 22:31:46 -0700
commit31ddc715c9cae4502e2e0b18aeea11ce9198bc47 (patch)
tree40f266be0c305d0a3e4dc057bfd227b002b845c3 /README.markdown
parent827d7032b6ef7fc1e4f638f8c69b060d895e2c52 (diff)
downloadvimium-31ddc715c9cae4502e2e0b18aeea11ce9198bc47.tar.bz2
Make 'gi' compatible with repetition, i.e. 5gi will focus the fifth input box on the page.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index cba2bd8a..2e144110 100644
--- a/README.markdown
+++ b/README.markdown
@@ -83,7 +83,7 @@ Release Notes
- In link hints mode, holding down the shift key will now toggle between opening in the current tab and opening in a new tab.
- Two new commands (`zH` and `zL`) to scroll to the left and right edges of the page.
-- A new command (`gi`) to focus the first text input box on the page.
+- A new command (`gi`) to focus the first (or n-th) text input box on the page.
- Bug fixes.
1.19 (06/29/2010)