vim-patch:fed01960d2b0 (#28764)

runtime(doc): add missing entries for the keys CTRL-W g<Tab> and <C-Tab>

fixes: vim/vim#14777

fed01960d2

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq 2024-05-16 06:07:17 +08:00 committed by GitHub
parent acaac07b64
commit 007adde199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*