]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): add missing entries for the keys CTRL-W g<Tab> and <C-Tab>
authorChristian Brabandt <cb@256bit.org>
Wed, 15 May 2024 19:04:33 +0000 (21:04 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 15 May 2024 19:05:23 +0000 (21:05 +0200)
fixes: #14777
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/tabpage.txt

index a922604c817c28f5667316495c4346bb1cecfbd3..abbc77803029f3c93921d326cf87e6df4885ff04 100644 (file)
@@ -1,4 +1,4 @@
-*tabpage.txt*   For Vim version 9.1.  Last change: 2024 Mar 25
+*tabpage.txt*   For Vim version 9.1.  Last change: 2024 May 15
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -225,8 +225,9 @@ gT          Go to the previous tab page.  Wraps around from the first one
                                                        *:tabl* *:tablast*
 :tabl[ast]     Go to the last tab page.
 
-                                       *g<Tab>* *CTRL-W_g<Tab>* *<C-Tab>*
-g<Tab>         Go to the last accessed tab page.
+<C-Tab>                                        *g<Tab>* *CTRL-W_g<Tab>* *<C-Tab>*
+g<Tab>
+CTRL-W g<Tab>  Go to the last accessed tab page.
 
 Other commands:
                                                        *:tabs*