Skip to content
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

Update index documents #492

Merged
merged 1 commit into from
Apr 3, 2019
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
7 changes: 4 additions & 3 deletions doc/index.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim バージョン 8.1. Last change: 2019 Mar 17
*index.txt* For Vim バージョン 8.1. Last change: 2019 Mar 21


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1058,10 +1058,11 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
前の補完候補を表示
その他: 以前のコマンドラインを履歴から呼び出す
|c_CTRL-Q| CTRL-Q CTRL-V と同じ (端末制御で使用されていなければ)
|c_CTRL-R| CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A}
|c_CTRL-R| CTRL-R {regname}
カーソル位置のオブジェクトまたはレジスタの内容
をキー入力したかのように挿入
|c_CTRL-R_CTRL-R| CTRL-R CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A}
|c_CTRL-R_CTRL-R| CTRL-R CTRL-R {regname}
|c_CTRL-R_CTRL-O| CTRL-R CTRL-O {regname}
カーソル位置のオブジェクトまたはレジスタの内容
を文字通りに挿入
CTRL-S (端末制御に使用)
Expand Down
7 changes: 4 additions & 3 deletions en/index.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim version 8.1. Last change: 2019 Mar 17
*index.txt* For Vim version 8.1. Last change: 2019 Mar 21


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1042,10 +1042,11 @@ tag command action in Command-line editing mode ~
command-line from history.
|c_CTRL-Q| CTRL-Q same as CTRL-V, unless it's used for terminal
control flow
|c_CTRL-R| CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A}
|c_CTRL-R| CTRL-R {regname}
insert the contents of a register or object
under the cursor as if typed
|c_CTRL-R_CTRL-R| CTRL-R CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A}
|c_CTRL-R_CTRL-R| CTRL-R CTRL-R {regname}
|c_CTRL-R_CTRL-O| CTRL-R CTRL-O {regname}
insert the contents of a register or object
under the cursor literally
CTRL-S (used for terminal control flow)
Expand Down