Skip to content

Commit

Permalink
runtime(doc): add missing entries for the keys CTRL-W g<Tab> and <C-Tab>
Browse files Browse the repository at this point in the history
fixes: #14777
Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed May 15, 2024
1 parent 93e0d2e commit fed0196
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions runtime/doc/tabpage.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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*
Expand Down

0 comments on commit fed0196

Please sign in to comment.