diff options
| author | Stephen Blott | 2016-02-18 11:02:58 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-02-18 11:02:58 +0000 |
| commit | 7f2d88b5001b57a62ad3c6911857bb69ec8bf326 (patch) | |
| tree | 9d4787ffdb35daf2b0a8a7bce0e602afc36be14b | |
| parent | bfa50940a1cd112a809ad7026aee69e798ac87d3 (diff) | |
| download | vimium-7f2d88b5001b57a62ad3c6911857bb69ec8bf326.tar.bz2 | |
Note new filtered-hints coption in README.txt.
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -159,12 +159,15 @@ Next version (not yet released) - New command, `visitPreviousTab`, visits the previously-visited tabs by recency. Visit the previous tab with `^`, or the tab visited before that with `2^`. -- New command, `passNextKey`, passes the next key directly to the page. For +- New command, `passNextKey`, passes the next key directly to the page; for example, with `map <c-]> passNextKey`, you can close messenger popups on Facebook with `<c-]><Esc>`. - Link-hints modes now accept a `count` prefix; for example, use `3F` to open three new background tabs. Use `999F` to open *many* tabs. Exit early with `Escape`. +- For filtered link hints, there is a new option which - when you're typing a + link's text - requires you to press `Enter` before activating the link; this + prevents unintentionally triggering Vimium commands with trailing keystrokes. - `gg` now accepts a `count` prefix. It scrolls to an absolute position measured from the top of the window (and a multiple of `scrollStepSize`). - Bug fixes: |
