diff options
| author | Stephen Blott | 2016-02-20 12:08:38 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-02-20 12:08:38 +0000 | 
| commit | 5dc1a741a897400e64d68b8248c0557970d04a61 (patch) | |
| tree | 1fd9cff2278184e867366320942c1e63ea34bda1 /README.md | |
| parent | ac2018212ad438b70263d6a183e388d6a7e595d8 (diff) | |
| download | vimium-5dc1a741a897400e64d68b8248c0557970d04a61.tar.bz2 | |
Note count prefix command options in README.md.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -170,6 +170,9 @@ Next version (not yet released)    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`). +- You can now bind keys to a command with a defined count prefix; see +  [here](https://github.com/philc/vimium/wiki/Command-Options#count-prefixes) +  for details.  - Bug fixes:      - `<c-a-[>` is not longer treated as escape. | 
