File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1190,6 +1190,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
1190
1190
| :> | :> 'shiftwidth' 1つ分だけ行を右へシフト
1191
1191
| :@ | :@ レジスタの内容を実行
1192
1192
| :@@ | :@@ 直前の ":@" を繰り返す
1193
+ | :2match | :2mat[ch] ハイライトする 2 番目のマッチを定義する
1194
+ | :3match | :3mat[ch] ハイライトする 3 番目のマッチを定義する
1193
1195
| :Next | :N[ext] 引数リストの1つ前のファイルを編集
1194
1196
| :Print | :P[rint] 行を表示する
1195
1197
| :X | :X 暗号鍵を設定する
Original file line number Diff line number Diff line change @@ -1172,6 +1172,8 @@ tag command action ~
1172
1172
| :> | :> shift lines one 'shiftwidth' right
1173
1173
| :@ | :@ execute contents of a register
1174
1174
| :@@ | :@@ repeat the previous ":@"
1175
+ | :2match | :2mat[ch] define a second match to highlight
1176
+ | :3match | :3mat[ch] define a third match to highlight
1175
1177
| :Next | :N[ext] go to previous file in the argument list
1176
1178
| :Print | :P[rint] print lines
1177
1179
| :X | :X ask for encryption key
You can’t perform that action at this time.
0 commit comments