File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *cmdline.txt* For Vim バージョン 9.2. Last change: 2026 Mar 17
1+ *cmdline.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -439,14 +439,18 @@ CTRL-L カーソルより前のパターンに対してマッチの検索が行
439439 れた文字は小文字に変換される。
440440 *c_CTRL-G* */_CTRL-G*
441441CTRL-G 'incsearch' が設定され "/" や "?" にパターンを入力して現在のマ
442- ッチが表示されている時に、CTRL-G を押すと次のマッチに移動する(
443- | search-offset | は考慮しない)。CTRL-T を押すと前のマッチに移動
444- する。ヒント: 通常のキーボードでは、G は T より下にある。
442+ ッチが表示されている時に、CTRL-G を押すと次のマッチに移動する。
443+ | search-offset | は <CR> キーが押されたときに適用されるが、マッ
444+ チ箇所のハイライト表示には影響しない。
445+ CTRL-T を押すと前のマッチに移動する。ヒント: 通常のキーボード
446+ では、G は T より下にある。
445447 *c_CTRL-T* */_CTRL-T*
446448CTRL-T 'incsearch' が設定され "/" や "?" にパターンを入力して現在のマ
447- ッチが表示されている時に、CTRL-T は前のマッチに移動する(
448- | search-offset | は考慮しない)。CTRL-G を使うと次のマッチに移動
449- する。ヒント: 通常のキーボードは、T は G より上にある。
449+ ッチが表示されている時に、CTRL-T は前のマッチに移動する。
450+ | search-offset | は <CR> キーが押されたときに適用されるが、マッ
451+ チ箇所のハイライト表示には影響しない。
452+ CTRL-G を使うと次のマッチに移動する。ヒント: 通常のキーボード
453+ は、T は G より上にある。
450454
451455オプション 'wildchar' の既定値は <Tab> である (Vi互換モードの場合は CTRL-E で
452456ある。以前のバージョンでは <Esc> が使われていた)。パターンがファイル名に対して
Original file line number Diff line number Diff line change 1- *cmdline.txt* For Vim version 9.2. Last change: 2026 Mar 17
1+ *cmdline.txt* For Vim version 9.2. Last change: 2026 Apr 20
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -466,14 +466,15 @@ CTRL-L A match is done on the pattern in front of the cursor. If
466466 *c_CTRL-G* */_CTRL-G*
467467CTRL-G When 'incsearch' is set, entering a search pattern for "/" or
468468 "?" and the current match is displayed then CTRL-G will move
469- to the next match (does not take | search-offset | into account)
469+ to the next match. The | search-offset | is applied when <CR>
470+ is pressed, but does not affect the match highlighting.
470471 Use CTRL-T to move to the previous match. Hint: on a regular
471472 keyboard G is below T.
472473 *c_CTRL-T* */_CTRL-T*
473474CTRL-T When 'incsearch' is set, entering a search pattern for "/" or
474475 "?" and the current match is displayed then CTRL-T will move
475- to the previous match (does not take | search-offset | into
476- account) .
476+ to the previous match. The | search-offset | is applied when
477+ <CR> is pressed, but does not affect the match highlighting .
477478 Use CTRL-G to move to the next match. Hint: on a regular
478479 keyboard T is above G.
479480
You can’t perform that action at this time.
0 commit comments