Skip to content
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
9 changes: 6 additions & 3 deletions doc/windows.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*windows.txt* For Vim バージョン 9.1. Last change: 2025 Nov 11
*windows.txt* For Vim バージョン 9.1. Last change: 2025 Dec 03


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -891,14 +891,17 @@ Note: ":next" は例外である。なぜならこのコマンドは Vi との
*:sta* *:stag*
:sta[g][!] [tagname]
":tag[!] [tagname]" を実行し見つかったタグの表示のためにウィン
ドウを分割する。 |:tag| を参照。
ドウを分割する。垂直に分割されたウィンドウまたは新しいタブペー
ジ内へタグジャンプするには、'switchbuf' を参照。|:tag| も参照。

CTRL-W ] *CTRL-W_]* *CTRL-W_CTRL-]*
CTRL-W CTRL-] カレントウィンドウを2つに分割する。カーソル位置の識別子をタグ
として使用し、新しくできた上側のウィンドウでタグに移動する。
ビジュアルモードではビジュアル選択されたテキストがタグとして使
われる。
新しいウィンドウの高さは N となる。
新しいウィンドウの高さは N となる。垂直に分割されたウィンドウ
または新しいタブページ内へタグジャンプするには、'switchbuf' を
参照。

*CTRL-W_g]*
CTRL-W g ] カレントウィンドウを2つに分割する。カーソル位置の識別子をタグ
Expand Down
8 changes: 5 additions & 3 deletions en/windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*windows.txt* For Vim version 9.1. Last change: 2025 Nov 11
*windows.txt* For Vim version 9.1. Last change: 2025 Dec 03


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -878,13 +878,15 @@ the buffer. The result is that all buffers will use the 'encoding' encoding
*:sta* *:stag*
:sta[g][!] [tagname]
Does ":tag[!] [tagname]" and splits the window for the found
tag. See also |:tag|.
tag. Refer to 'switchbuf' to jump to a tag in a vertically
split window or a new tab page. See also |:tag|.

CTRL-W ] *CTRL-W_]* *CTRL-W_CTRL-]*
CTRL-W CTRL-] Split current window in two. Use identifier under cursor as a
tag and jump to it in the new upper window.
In Visual mode uses the Visually selected text as a tag.
Make new window N high.
Make new window N high. Refer to 'switchbuf' to jump to a tag
in a vertically split window or a new tab page.

*CTRL-W_g]*
CTRL-W g ] Split current window in two. Use identifier under cursor as a
Expand Down