commit 007adde1994da7f25eaa0e6a4f402587afbc508d
parent acaac07b64d9549553470ae273acecf888f67787
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu, 16 May 2024 06:07:17 +0800
vim-patch:fed01960d2b0 (#28764)
runtime(doc): add missing entries for the keys CTRL-W g<Tab> and <C-Tab>
fixes: vim/vim#14777
https://github.com/vim/vim/commit/fed01960d2b0280339bba29183b1c3859366e805
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt
@@ -216,8 +216,8 @@ gT Go to the previous tab page. Wraps around from the first one
:tabl[ast] Go to the last tab page.
<C-Tab> *CTRL-<Tab>* *<C-Tab>*
-CTRL-W g<Tab> *g<Tab>* *CTRL-W_g<Tab>*
-g<Tab> Go to the last accessed tab page.
+g<Tab> *g<Tab>* *CTRL-W_g<Tab>*
+CTRL-W g<Tab> Go to the last accessed tab page.
Other commands:
*:tabs*