Skip to content

Commit 67f9b7a

Browse files
authored
Merge pull request #2205 from h-east/update-helphelp
Update helphelp.{txt,jax}
2 parents 6505246 + 6f016fd commit 67f9b7a

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

doc/helphelp.jax

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Jul 07
1+
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -249,27 +249,29 @@ $VIMRUNTIME/docにあるファイルは対象外です。
249249
ンを使用できます。以下のようにプラグインを読込みます: >vim
250250

251251
packadd helptoc
252-
252+
<
253+
*HelpToc-mappings*
253254
次に、`:HelpToc` コマンドを使用してポップアップメニューを開くことができます。
254255
後者は、以下のノーマルコマンドをサポートしています: >
255256
256257
キー| 作用
257258
----+---------------------------------------------------------
258-
j | 次のエントリを選択する
259-
k | 前のエントリを選択する
260-
J | j と同じかつ、メインバッファの対応する行にジャンプする
261-
K | k と同じかつ、メインバッファの対応する行にジャンプする
262259
c | メインバッファのカーソル位置から最も近いエントリを選択する
263260
g | 最初のエントリを選択する
264261
G | 最後のエントリを選択する
265262
H | 1 レベル折り畳む
263+
j | 次のエントリを選択する
264+
J | j と同じかつ、メインバッファの対応する行にジャンプする
265+
k | 前のエントリを選択する
266+
K | k と同じかつ、メインバッファの対応する行にジャンプする
266267
L | 1 レベル展開する
267268
p | コマンドラインに現在のエントリを表示する
268269
269270
P | p と同じだが、選択が変更されるたびに自動的に実行される
270271
| 複数回押すと、機能のオン/オフが切り替わる
271272
272273
q | メニューを終了する
274+
s | ウィンドウを分割し、選択したエントリにジャンプする
273275
z | 現在のエントリを中央にしてメニューを再描画する
274276
+ | ポップアップメニューの幅を広げる
275277
- | ポップアップメニューの幅を狭める

en/helphelp.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*helphelp.txt* For Vim version 9.1. Last change: 2025 Jul 07
1+
*helphelp.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -253,27 +253,29 @@ If you want to access an interactive table of contents, from any position in
253253
the file, you can use the helptoc plugin. Load the plugin with: >vim
254254

255255
packadd helptoc
256-
256+
<
257+
*HelpToc-mappings*
257258
Then you can use the `:HelpToc` command to open a popup menu.
258259
The latter supports the following normal commands: >
259260
260261
key | effect
261262
----+---------------------------------------------------------
262-
j | select next entry
263-
k | select previous entry
264-
J | same as j, and jump to corresponding line in main buffer
265-
K | same as k, and jump to corresponding line in main buffer
266263
c | select nearest entry from cursor position in main buffer
267264
g | select first entry
268265
G | select last entry
269266
H | collapse one level
267+
j | select next entry
268+
J | same as j, and jump to corresponding line in main buffer
269+
k | select previous entry
270+
K | same as k, and jump to corresponding line in main buffer
270271
L | expand one level
271272
p | print current entry on command-line
272273
273274
P | same as p but automatically, whenever selection changes
274275
| press multiple times to toggle feature on/off
275276
276277
q | quit menu
278+
s | split window, and jump to selected entry
277279
z | redraw menu with current entry at center
278280
+ | increase width of popup menu
279281
- | decrease width of popup menu

0 commit comments

Comments
 (0)