summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-15 21:04:33 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-15 21:05:23 +0200
commitfed01960d2b0280339bba29183b1c3859366e805 (patch)
tree202b64a59c15efc6f66cad7ff4d9a2cd55aed069 /runtime
parent93e0d2e815178dc6e396388eb85eef1b8b1f2ef0 (diff)
runtime(doc): add missing entries for the keys CTRL-W g<Tab> and <C-Tab>
fixes: #14777 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/tabpage.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt
index a922604c81..abbc778030 100644
--- a/runtime/doc/tabpage.txt
+++ b/runtime/doc/tabpage.txt
@@ -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*