diff options
| author | Stephen Blott | 2016-09-25 05:54:08 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-09-25 11:32:51 +0100 | 
| commit | 19e1178b16fd27882c7834d66ad6597847e6baff (patch) | |
| tree | 031f2fe139f921ecc432e3a8e3542e60c09afc9d /background_scripts | |
| parent | 3df2dc7299051f96736b65ee8ed774e0d7fbb173 (diff) | |
| download | vimium-19e1178b16fd27882c7834d66ad6597847e6baff.tar.bz2 | |
Space rotates hints (to make hidden hints visible).
It is common for link-hint markers to be close togother, and
overlapping.
Here, `<Space>` rotates hint markers such that hidden markers become
visible.
For filtered hints we additionally require a modifier (because `<space>`
on its own is already a token separator).
The calculation of overlapping hints is quite expensive: O(n^2) in the
best case and O(n^3) in the worst cast.  The worst case is
extraordinarily unlikely to arise in practice.
Diffstat (limited to 'background_scripts')
0 files changed, 0 insertions, 0 deletions
