aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-09-25 12:45:11 +0100
committerStephen Blott2016-09-25 12:45:11 +0100
commite38af26d3ea2f61ceaa6ffb209e65786e415444f (patch)
treef605d39ac90e2cad2de7c438dbfd8420e28fbd51
parentab94f80f1a8c264950b9f5559e1675bdd642f9ec (diff)
downloadvimium-e38af26d3ea2f61ceaa6ffb209e65786e415444f.tar.bz2
Note <Space> hint rotation for link hints.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0746b8db..6175e236 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,9 @@ Changes since the previous release (not in the Chrome Store version)
- `toggleMuteTab` - mute or unmute the current tab (default binding `<a-m>`).
- Other new features:
- You can now map `<backspace>` to a Vimium command (e.g. `map <backspace> goBack`).
+ - For link hints, when one hint marker is covered by another, `<Space>` now
+ rotates the stacking order. If you use filtered hints, you'll need to
+ use a modifier (e.g. `<c-Space>`).
- Changes:
- Global marks now search for an existing matching tab by prefix (rather than exact match).
This allows global marks to be used as quick bookmarks on sites (like Facebook, Gmail, etc)