Skip to content

Commit a882b6c

Browse files
authored
Merge pull request #1354 from vim-jp/hh-update-index
Update index.{txt,jax}
2 parents cb8a92c + 7041ef6 commit a882b6c

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

doc/index.jax

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,22 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
11271127
|c_<Insert>| <Insert> 挿入モード/置換モードを変更
11281128
|c_<LeftMouse>| <LeftMouse> カーソルをマウスクリック位置へ移動
11291129

1130+
ワイルドメニューモードのコマンド ('wildmenu' 参照)
1131+
1132+
<Up> 親に移動 / 前のマッチを選択
1133+
<Down> サブメニューに移動 / 次のマッチを選択
1134+
<Left> 前のマッチを選択 / 親に移動
1135+
<Right> 次のマッチを選択 / サブメニューに移動
1136+
<CR> メニュー補完を行うときにサブメニューに移動
1137+
CTRL-E 補完を停止して元のテキストに戻す
1138+
CTRL-Y 選択したマッチを受け入れ、補完を停止する
1139+
上記以外 補完を停止し、入力した文字を挿入する
1140+
1141+
'wildoptions' を "pum" に設定したワイルドメニューモードのコマンド
1142+
1143+
<PageUp> 複数のエントリの後方に一致するものを選択
1144+
<PageDown> 複数のエントリの前方に一致するものを選択
1145+
11301146
==============================================================================
11311147
5. 端末ジョブモード *terminal-job-index*
11321148

en/index.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,22 @@ tag command action in Command-line editing mode ~
11121112
|c_<Insert>| <Insert> toggle insert/overstrike mode
11131113
|c_<LeftMouse>| <LeftMouse> cursor at mouse click
11141114

1115+
commands in wildmenu mode (see 'wildmenu')
1116+
1117+
<Up> move up to parent / select the previous match
1118+
<Down> move down to submenu / select the next match
1119+
<Left> select the previous match / move up to parent
1120+
<Right> select the next match / move down to submenu
1121+
<CR> move into submenu when doing menu completion
1122+
CTRL-E stop completion and go back to original text
1123+
CTRL-Y accept selected match and stop completion
1124+
other stop completion and insert the typed character
1125+
1126+
commands in wildmenu mode with 'wildoptions' set to "pum"
1127+
1128+
<PageUp> select a match several entries back
1129+
<PageDown> select a match several entries forward
1130+
11151131
==============================================================================
11161132
5. Terminal-Job mode *terminal-job-index*
11171133

0 commit comments

Comments
 (0)