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