diff --git a/doc/helphelp.jax b/doc/helphelp.jax index 1e7d26c35..d1c067f76 100644 --- a/doc/helphelp.jax +++ b/doc/helphelp.jax @@ -1,4 +1,4 @@ -*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Jul 07 +*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06 VIMリファレンスマニュアル by Bram Moolenaar @@ -249,20 +249,21 @@ $VIMRUNTIME/docにあるファイルは対象外です。 ンを使用できます。以下のようにプラグインを読込みます: >vim packadd helptoc - +< + *HelpToc-mappings* 次に、`:HelpToc` コマンドを使用してポップアップメニューを開くことができます。 後者は、以下のノーマルコマンドをサポートしています: > キー| 作用 ----+--------------------------------------------------------- - j | 次のエントリを選択する - k | 前のエントリを選択する - J | j と同じかつ、メインバッファの対応する行にジャンプする - K | k と同じかつ、メインバッファの対応する行にジャンプする c | メインバッファのカーソル位置から最も近いエントリを選択する g | 最初のエントリを選択する G | 最後のエントリを選択する H | 1 レベル折り畳む + j | 次のエントリを選択する + J | j と同じかつ、メインバッファの対応する行にジャンプする + k | 前のエントリを選択する + K | k と同じかつ、メインバッファの対応する行にジャンプする L | 1 レベル展開する p | コマンドラインに現在のエントリを表示する @@ -270,6 +271,7 @@ $VIMRUNTIME/docにあるファイルは対象外です。 | 複数回押すと、機能のオン/オフが切り替わる q | メニューを終了する + s | ウィンドウを分割し、選択したエントリにジャンプする z | 現在のエントリを中央にしてメニューを再描画する + | ポップアップメニューの幅を広げる - | ポップアップメニューの幅を狭める diff --git a/en/helphelp.txt b/en/helphelp.txt index f3c5293b7..967078135 100644 --- a/en/helphelp.txt +++ b/en/helphelp.txt @@ -1,4 +1,4 @@ -*helphelp.txt* For Vim version 9.1. Last change: 2025 Jul 07 +*helphelp.txt* For Vim version 9.1. Last change: 2025 Aug 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -253,20 +253,21 @@ If you want to access an interactive table of contents, from any position in the file, you can use the helptoc plugin. Load the plugin with: >vim packadd helptoc - +< + *HelpToc-mappings* Then you can use the `:HelpToc` command to open a popup menu. The latter supports the following normal commands: > key | effect ----+--------------------------------------------------------- - j | select next entry - k | select previous entry - J | same as j, and jump to corresponding line in main buffer - K | same as k, and jump to corresponding line in main buffer c | select nearest entry from cursor position in main buffer g | select first entry G | select last entry H | collapse one level + j | select next entry + J | same as j, and jump to corresponding line in main buffer + k | select previous entry + K | same as k, and jump to corresponding line in main buffer L | expand one level p | print current entry on command-line @@ -274,6 +275,7 @@ The latter supports the following normal commands: > | press multiple times to toggle feature on/off q | quit menu + s | split window, and jump to selected entry z | redraw menu with current entry at center + | increase width of popup menu - | decrease width of popup menu