Skip to content

Update tabpage.{txt,jax} #1542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions doc/tabpage.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*tabpage.txt* For Vim バージョン 9.1. Last change: 2024 Mar 25
*tabpage.txt* For Vim バージョン 9.1. Last change: 2024 May 15


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -228,8 +228,9 @@ gT 前のタブページに移動します。前のタブページがない場
*:tabl* *:tablast*
:tabl[ast] 最後のタブページに移動します。

*g<Tab>* *CTRL-W_g<Tab>* *<C-Tab>*
g<Tab> 最後にアクセスしたタブページへ移動します。
<C-Tab> *g<Tab>* *CTRL-W_g<Tab>* *<C-Tab>*
g<Tab>
CTRL-W g<Tab> 最後にアクセスしたタブページへ移動します。

その他のコマンド:
*:tabs*
Expand Down
7 changes: 4 additions & 3 deletions en/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