Skip to content

Update index.{txt,jax} #1428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/index.jax
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|:>| :> 'shiftwidth' 1つ分だけ行を右へシフト
|:@| :@ レジスタの内容を実行
|:@@| :@@ 直前の ":@" を繰り返す
|:2match| :2mat[ch] ハイライトする 2 番目のマッチを定義する
|:3match| :3mat[ch] ハイライトする 3 番目のマッチを定義する
|:Next| :N[ext] 引数リストの1つ前のファイルを編集
|:Print| :P[rint] 行を表示する
|:X| :X 暗号鍵を設定する
Expand Down
2 changes: 2 additions & 0 deletions en/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,8 @@ tag command action ~
|:>| :> shift lines one 'shiftwidth' right
|:@| :@ execute contents of a register
|:@@| :@@ repeat the previous ":@"
|:2match| :2mat[ch] define a second match to highlight
|:3match| :3mat[ch] define a third match to highlight
|:Next| :N[ext] go to previous file in the argument list
|:Print| :P[rint] print lines
|:X| :X ask for encryption key
Expand Down