diff options
| author | Stephen Blott | 2016-09-24 11:22:18 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-09-24 11:22:18 +0100 | 
| commit | 3df2dc7299051f96736b65ee8ed774e0d7fbb173 (patch) | |
| tree | 1b871295ae1ae5cc7dfc3b40b439f8e9c39c6a03 /README.md | |
| parent | 33ef2322055f70ff106d71b0f1da8109d39a90de (diff) | |
| download | vimium-3df2dc7299051f96736b65ee8ed774e0d7fbb173.tar.bz2 | |
Note changed behaviour of global marks.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 | 
1 files changed, 7 insertions, 2 deletions
| @@ -159,11 +159,16 @@ Please see [CONTRIBUTING.md](https://github.com/philc/vimium/blob/master/CONTRIB  Release Notes  ------------- -Changes since previous release (not in the Chrome Store version) +Changes since the previous release (not in the Chrome Store version)  - New commands:      - `toggleMuteTab` - mute or unmute the current tab (default binding `<a-m>`). -- You can now map `<backspace>` to a Vimium command (e.g. `map <backspace> goBack`). +- Other new features: +    - You can now map `<backspace>` to a Vimium command (e.g. `map <backspace> goBack`). +- 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) +      where the URL changes as you navigate around.  - Bug fixes:      - `<c-a-[>` is no longer handled (incorrectly) as `Escape`.  This also affects `<Alt-Gr-[>`.      - If `goX` is mapped, then `go` no longer launches the vomnibar.  This only affects three-key (or longer) bindings. | 
