diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-07-06 18:27:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-07-06 18:27:39 +0200 |
commit | 8cb8dca2f0683a29a2cb441a8cd995d25c29d79c (patch) | |
tree | 5f470668d9ab29bac417a4d2083ebb8bb3cdb008 /runtime/doc/tabpage.txt | |
parent | 0306ac33a53114113825242d22d103ee0e3504f9 (diff) | |
download | vim-git-8cb8dca2f0683a29a2cb441a8cd995d25c29d79c.tar.gz |
updated for version 7.3.591v7.3.591
Problem: Can only move to a tab by absolute number.
Solution: Move a number of tabs to the left or the right. (Lech Lorens)
Diffstat (limited to 'runtime/doc/tabpage.txt')
-rw-r--r-- | runtime/doc/tabpage.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt index a30d3a179..a2da5b307 100644 --- a/runtime/doc/tabpage.txt +++ b/runtime/doc/tabpage.txt @@ -173,10 +173,20 @@ Other commands: REORDERING TAB PAGES: :tabm[ove] [N] *:tabm* *:tabmove* +:[N]tabm[ove] Move the current tab page to after tab page N. Use zero to make the current tab page the first one. Without N the tab page is made the last one. +:tabm[ove] +[N] +:tabm[ove] -[N] + Move the current tab page N places to the right (with +) or to + the left (with -). + +Note that although it is possible to move a tab behind the N-th one by using +:Ntabmove, it is impossible to move it by N places by using :+Ntabmove. For +clarification what +N means in this context see |[range]|. + LOOPING OVER TAB PAGES: |