aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStephen Blott2016-02-20 12:13:19 +0000
committerStephen Blott2016-02-20 12:13:19 +0000
commit1c584fc2fe810a4f8632832c37a6e477a062180e (patch)
tree9da6d85ffc84957d2d90f82403d570327de3c2aa /README.md
parent85c3fd9a6b5a22703195738b101bf17b24c8fba9 (diff)
downloadvimium-1c584fc2fe810a4f8632832c37a6e477a062180e.tar.bz2
Note moveTabToNewWindow count prefix in README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0e89d95..7d4172d1 100644
--- a/README.md
+++ b/README.md
@@ -170,6 +170,8 @@ 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`).
+- `moveTabToNewWindow` now accepts a count prefix; so, `3W` moves three tabs to
+ (the same) new window.
- 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.