File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -1127,6 +1127,22 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
1127
1127
| c_<Insert> | <Insert> 挿入モード/置換モードを変更
1128
1128
| c_<LeftMouse> | <LeftMouse> カーソルをマウスクリック位置へ移動
1129
1129
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
+
1130
1146
==============================================================================
1131
1147
5. 端末ジョブモード *terminal-job-index*
1132
1148
Original file line number Diff line number Diff line change @@ -1112,6 +1112,22 @@ tag command action in Command-line editing mode ~
1112
1112
| c_<Insert> | <Insert> toggle insert/overstrike mode
1113
1113
| c_<LeftMouse> | <LeftMouse> cursor at mouse click
1114
1114
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
+
1115
1131
==============================================================================
1116
1132
5. Terminal-Job mode *terminal-job-index*
1117
1133
You can’t perform that action at this time.
0 commit comments