Skip to content

Update helphelp.{txt,jax} #2205

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
Aug 7, 2025
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
14 changes: 8 additions & 6 deletions doc/helphelp.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -249,27 +249,29 @@ $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 | コマンドラインに現在のエントリを表示する

P | p と同じだが、選択が変更されるたびに自動的に実行される
| 複数回押すと、機能のオン/オフが切り替わる

q | メニューを終了する
s | ウィンドウを分割し、選択したエントリにジャンプする
z | 現在のエントリを中央にしてメニューを再描画する
+ | ポップアップメニューの幅を広げる
- | ポップアップメニューの幅を狭める
Expand Down
14 changes: 8 additions & 6 deletions en/helphelp.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -253,27 +253,29 @@ 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

P | same as p but automatically, whenever selection changes
| 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
Expand Down