Skip to content

原文の変更に追随 (index) #177

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
Sep 17, 2017
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
37 changes: 22 additions & 15 deletions doc/index.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim バージョン 8.0. Last change: 2017 Feb 23
*index.txt* For Vim バージョン 8.0. Last change: 2017 Aug 02


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -297,10 +297,10 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|A| A 2 行末に N 回テキストを追加する。
|B| B 1 カーソルを N WORD だけ戻す。
|C| ["x]C 2 カーソル位置から行末までと続く N-1 行のテキ
ストを削除し[バッファ x に保存して]、テキス
ストを削除し[レジスタ x に保存して]、テキス
トを入力する; "c$" と同じ。
|D| ["x]D 2 カーソル位置から行末までと続く N-1 行のテキ
ストを削除する[バッファ x に保存する]; "d$"
ストを削除する[レジスタ x に保存する]; "d$"
と同じ。
|E| E 1 カーソルを N 先の WORD の末尾へ移動。
|F| F{char} 1 カーソルを左方向へ N 個目の {char} に移動。
Expand All @@ -316,21 +316,21 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
回実行する。
|O| O 2 カーソルの上に新規に行を挿入し、テキストを
入力、N 回繰り返す。
|P| ["x]P 2 カーソルの前に[バッファ x の]テキストを N
|P| ["x]P 2 カーソルの前に[レジスタ x の]テキストを N
回挿入する。
|Q| Q "Ex" モードに移行する。
|R| R 2 置換モードに移行する: 今ある文字を上書き
する、入力したテキストを N-1 回繰り返す。
|S| ["x]S 2 N 行削除し[バッファ x に保存]、テキストの挿
|S| ["x]S 2 N 行削除し[レジスタ x に保存]、テキストの挿
入開始; "cc" と同じ。
|T| T{char} 1 カーソルを左方向へ N 個目の {char} の直後ま
で移動。
|U| U 2 1行中の最近の変更をすべて取り消す。
|V| V 行指定のビジュアルモードを開始する。
|W| W 1 カーソルを N WORD 先に進める。
|X| ["x]X 2 カーソルの前にある N 文字を削除する[バッファ
|X| ["x]X 2 カーソルの前にある N 文字を削除する[レジスタ
x に保存]。
|Y| ["x]Y N 行[バッファ x に]ヤンクする; "yy" と同じ。
|Y| ["x]Y N 行[レジスタ x に]ヤンクする; "yy" と同じ。
|ZZ| ZZ カレントファイルが編集されていたら、保存し
て編集を終了する。
|ZQ| ZQ カレントファイルの編集を終了する。
Expand All @@ -354,12 +354,12 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|`}| `} 1 現在の段落の最後へ移動
|a| a 2 カーソルの直後に N 回テキストを追加する。
|b| b 1 カーソルを N ワードだけ戻す。
|c| ["x]c{motion} 2 Nmove のテキストを削除[バッファ x に保存]し、
|c| ["x]c{motion} 2 Nmove のテキストを削除[レジスタ x に保存]し、
挿入モードへ移行。
|cc| ["x]cc 2 N 行削除[バッファ x に保存]し、挿入モードへ
|cc| ["x]cc 2 N 行削除[レジスタ x に保存]し、挿入モードへ
移行。
|d| ["x]d{motion} 2 Nmove のテキストを削除[バッファ x に保存]。
|dd| ["x]dd 2 N 行削除[バッファ x に保存]。
|d| ["x]d{motion} 2 Nmove のテキストを削除[レジスタ x に保存]。
|dd| ["x]dd 2 N 行削除[レジスタ x に保存]。
|do| do 2 ":diffget" と同じ。
|dp| dp 2 ":diffput" と同じ。
|e| e 1 カーソルを N 先のワードの末尾へ移動。
Expand All @@ -386,17 +386,17 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|q?| q? コマンドラインウィンドウで ? のコマンドライ
ンを編集する。
|r| r{char} 2 N 文字を {char} で置き換える。
|s| ["x]s 2 (置換) N 文字削除[バッファ x に保存]し、挿
|s| ["x]s 2 (置換) N 文字削除[レジスタ x に保存]し、挿
入モードに移行。
|t| t{char} 1 カーソルを右方向へ N 個目の {char} の直前ま
で移動。
|u| u 2 変更をアンドゥ。
|v| v 文字指定のビジュアルモードを開始する。
|w| w 1 カーソルを N ワード先へ移動。
|x| ["x]x 2 カーソル位置と直後の N 文字を削除[バッファ
|x| ["x]x 2 カーソル位置と直後の N 文字を削除[レジスタ
x に保存]
|y| ["x]y{motion} Nmove のテキストを[バッファ x へ]ヤンク。
|yy| ["x]yy N 行[バッファ x へ]ヤンク。
|y| ["x]y{motion} Nmove のテキストを[レジスタ x へ]ヤンク。
|yy| ["x]yy N 行[レジスタ x へ]ヤンク。
|z| z{char} 'z' で始まるコマンドの実行。下記参照|z|
|{| { 1 カーソルを N 段落戻す。
|bar| | 1 カーソルを N カラムへ移動。
Expand Down Expand Up @@ -528,15 +528,21 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|CTRL-W_CTRL-]| CTRL-W CTRL-] "CTRL-W ]" と同じ。
|CTRL-W_CTRL-^| CTRL-W CTRL-^ "CTRL-W ^" と同じ。
|CTRL-W_CTRL-_| CTRL-W CTRL-_ "CTRL-W _" と同じ。
|CTRL-W_quote| CTRL-W " ターミナルウィンドウ: レジスタをペースト
する。
|CTRL-W_+| CTRL-W + カレントウィンドウの高さを N 行高くする。
|CTRL-W_-| CTRL-W - カレントウィンドウの高さを N 行低くする。
|CTRL-W_.| CTRL-W . ターミナルウィンドウ: CTRL-W を入力する。
|CTRL-W_:| CTRL-W : |:| と同じ。コマンドラインを編集する。
|CTRL-W_<| CTRL-W < カレントウィンドウの幅を N 列狭める
|CTRL-W_=| CTRL-W = すべてのウィンドウの高さと幅を同じにする。
|CTRL-W_>| CTRL-W > カレントウィンドウの幅を N 列広くする。
|CTRL-W_H| CTRL-W H カレントウィンドウを最も左に移動する。
|CTRL-W_J| CTRL-W J カレントウィンドウを最も下に移動する。
|CTRL-W_K| CTRL-W K カレントウィンドウを最も上に移動する。
|CTRL-W_L| CTRL-W L カレントウィンドウを最も右に移動する。
|CTRL-W_N| CTRL-W N ターミナルウィンドウ: Terminal Normal モー
ドに移動する。
|CTRL-W_P| CTRL-W P プレビューウィンドウへ移動する。
|CTRL-W_R| CTRL-W R ウィンドウ位置を上向きに N 回転させる。
|CTRL-W_S| CTRL-W S "CTRL-W s" と同じ。
Expand Down Expand Up @@ -1632,6 +1638,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|:tcldo| :tcld[o] 各行の Tcl コマンドを実行
|:tclfile| :tclf[ile] Tcl スクリプトファイルを実行
|:tearoff| :te[aroff] メニューを切り離す
|:terminal| :ter[minal] ターミナルウィンドウを開く
|:tfirst| :tf[irst] 複数一致した内の最初のタグへジャンプ
|:throw| :th[row] 例外を投げる
|:tjump| :tj[ump] ":tselect" と同様、ただし一致したタグが1つし
Expand Down
37 changes: 21 additions & 16 deletions en/index.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim version 8.0. Last change: 2017 Feb 23
*index.txt* For Vim version 8.0. Last change: 2017 Aug 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -309,10 +309,10 @@ tag char note action in Normal mode ~
|B| B 1 cursor N WORDS backward
|C| ["x]C 2 change from the cursor position to the end
of the line, and N-1 more lines [into
buffer x]; synonym for "c$"
register x]; synonym for "c$"
|D| ["x]D 2 delete the characters under the cursor
until the end of the line and N-1 more
lines [into buffer x]; synonym for "d$"
lines [into register x]; synonym for "d$"
|E| E 1 cursor forward to the end of WORD N
|F| F{char} 1 cursor to the Nth occurrence of {char} to
the left
Expand All @@ -329,22 +329,22 @@ tag char note action in Normal mode ~
opposite direction
|O| O 2 begin a new line above the cursor and
insert text, repeat N times
|P| ["x]P 2 put the text [from buffer x] before the
|P| ["x]P 2 put the text [from register x] before the
cursor N times
|Q| Q switch to "Ex" mode
|R| R 2 enter replace mode: overtype existing
characters, repeat the entered text N-1
times
|S| ["x]S 2 delete N lines [into buffer x] and start
|S| ["x]S 2 delete N lines [into register x] and start
insert; synonym for "cc".
|T| T{char} 1 cursor till after Nth occurrence of {char}
to the left
|U| U 2 undo all latest changes on one line
|V| V start linewise Visual mode
|W| W 1 cursor N WORDS forward
|X| ["x]X 2 delete N characters before the cursor [into
buffer x]
|Y| ["x]Y yank N lines [into buffer x]; synonym for
register x]
|Y| ["x]Y yank N lines [into register x]; synonym for
"yy"
|ZZ| ZZ store current file if modified, and exit
|ZQ| ZQ exit current file always
Expand All @@ -367,12 +367,12 @@ tag char note action in Normal mode ~
|`}| `} 1 cursor to the end of the current paragraph
|a| a 2 append text after the cursor N times
|b| b 1 cursor N words backward
|c| ["x]c{motion} 2 delete Nmove text [into buffer x] and start
|c| ["x]c{motion} 2 delete Nmove text [into register x] and
start insert
|cc| ["x]cc 2 delete N lines [into register x] and start
insert
|cc| ["x]cc 2 delete N lines [into buffer x] and start
insert
|d| ["x]d{motion} 2 delete Nmove text [into buffer x]
|dd| ["x]dd 2 delete N lines [into buffer x]
|d| ["x]d{motion} 2 delete Nmove text [into register x]
|dd| ["x]dd 2 delete N lines [into register x]
|do| do 2 same as ":diffget"
|dp| dp 2 same as ":diffput"
|e| e 1 cursor forward to the end of word N
Expand All @@ -398,16 +398,16 @@ tag char note action in Normal mode ~
|q?| q? edit ? command-line in command-line window
|r| r{char} 2 replace N chars with {char}
|s| ["x]s 2 (substitute) delete N characters [into
buffer x] and start insert
register x] and start insert
|t| t{char} 1 cursor till before Nth occurrence of {char}
to the right
|u| u 2 undo changes
|v| v start characterwise Visual mode
|w| w 1 cursor N words forward
|x| ["x]x 2 delete N characters under and after the
cursor [into buffer x]
|y| ["x]y{motion} yank Nmove text [into buffer x]
|yy| ["x]yy yank N lines [into buffer x]
cursor [into register x]
|y| ["x]y{motion} yank Nmove text [into register x]
|yy| ["x]yy yank N lines [into register x]
|z| z{char} commands starting with 'z', see |z| below
|{| { 1 cursor N paragraphs backward
|bar| | 1 cursor to column N
Expand Down Expand Up @@ -528,15 +528,19 @@ tag command action in Normal mode ~
|CTRL-W_CTRL-]| CTRL-W CTRL-] same as "CTRL-W ]"
|CTRL-W_CTRL-^| CTRL-W CTRL-^ same as "CTRL-W ^"
|CTRL-W_CTRL-_| CTRL-W CTRL-_ same as "CTRL-W _"
|CTRL-W_quote| CTRL-W " terminal window: paste register
|CTRL-W_+| CTRL-W + increase current window height N lines
|CTRL-W_-| CTRL-W - decrease current window height N lines
|CTRL-W_.| CTRL-W . terminal window: type CTRL-W
|CTRL-W_:| CTRL-W : same as |:|, edit a command line
|CTRL-W_<| CTRL-W < decrease current window width N columns
|CTRL-W_=| CTRL-W = make all windows the same height & width
|CTRL-W_>| CTRL-W > increase current window width N columns
|CTRL-W_H| CTRL-W H move current window to the far left
|CTRL-W_J| CTRL-W J move current window to the very bottom
|CTRL-W_K| CTRL-W K move current window to the very top
|CTRL-W_L| CTRL-W L move current window to the far right
|CTRL-W_N| CTRL-W N terminal window: go to Terminal Normal mode
|CTRL-W_P| CTRL-W P go to preview window
|CTRL-W_R| CTRL-W R rotate windows upwards N times
|CTRL-W_S| CTRL-W S same as "CTRL-W s"
Expand Down Expand Up @@ -1573,6 +1577,7 @@ tag command action ~
|:tcldo| :tcld[o] execute Tcl command for each line
|:tclfile| :tclf[ile] execute Tcl script file
|:tearoff| :te[aroff] tear-off a menu
|:terminal| :ter[minal] open a terminal window
|:tfirst| :tf[irst] jump to first matching tag
|:throw| :th[row] throw an exception
|:tjump| :tj[ump] like ":tselect", but jump directly when there
Expand Down