Skip to content

Commit deb03b1

Browse files
authored
Merge pull request #177 from uakms/catch-up-index
原文の変更に追随 (index)
2 parents b3a601a + bf0453c commit deb03b1

File tree

2 files changed

+43
-31
lines changed

2 files changed

+43
-31
lines changed

doc/index.jax

+22-15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim バージョン 8.0. Last change: 2017 Feb 23
1+
*index.txt* For Vim バージョン 8.0. Last change: 2017 Aug 02
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -297,10 +297,10 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
297297
|A| A 2 行末に N 回テキストを追加する。
298298
|B| B 1 カーソルを N WORD だけ戻す。
299299
|C| ["x]C 2 カーソル位置から行末までと続く N-1 行のテキ
300-
ストを削除し[バッファ x に保存して]、テキス
300+
ストを削除し[レジスタ x に保存して]、テキス
301301
トを入力する; "c$" と同じ。
302302
|D| ["x]D 2 カーソル位置から行末までと続く N-1 行のテキ
303-
ストを削除する[バッファ x に保存する]; "d$"
303+
ストを削除する[レジスタ x に保存する]; "d$"
304304
と同じ。
305305
|E| E 1 カーソルを N 先の WORD の末尾へ移動。
306306
|F| F{char} 1 カーソルを左方向へ N 個目の {char} に移動。
@@ -316,21 +316,21 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
316316
回実行する。
317317
|O| O 2 カーソルの上に新規に行を挿入し、テキストを
318318
入力、N 回繰り返す。
319-
|P| ["x]P 2 カーソルの前に[バッファ x の]テキストを N
319+
|P| ["x]P 2 カーソルの前に[レジスタ x の]テキストを N
320320
回挿入する。
321321
|Q| Q "Ex" モードに移行する。
322322
|R| R 2 置換モードに移行する: 今ある文字を上書き
323323
する、入力したテキストを N-1 回繰り返す。
324-
|S| ["x]S 2 N 行削除し[バッファ x に保存]、テキストの挿
324+
|S| ["x]S 2 N 行削除し[レジスタ x に保存]、テキストの挿
325325
入開始; "cc" と同じ。
326326
|T| T{char} 1 カーソルを左方向へ N 個目の {char} の直後ま
327327
で移動。
328328
|U| U 2 1行中の最近の変更をすべて取り消す。
329329
|V| V 行指定のビジュアルモードを開始する。
330330
|W| W 1 カーソルを N WORD 先に進める。
331-
|X| ["x]X 2 カーソルの前にある N 文字を削除する[バッファ
331+
|X| ["x]X 2 カーソルの前にある N 文字を削除する[レジスタ
332332
x に保存]。
333-
|Y| ["x]Y N 行[バッファ x に]ヤンクする; "yy" と同じ。
333+
|Y| ["x]Y N 行[レジスタ x に]ヤンクする; "yy" と同じ。
334334
|ZZ| ZZ カレントファイルが編集されていたら、保存し
335335
て編集を終了する。
336336
|ZQ| ZQ カレントファイルの編集を終了する。
@@ -354,12 +354,12 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
354354
|`}| `} 1 現在の段落の最後へ移動
355355
|a| a 2 カーソルの直後に N 回テキストを追加する。
356356
|b| b 1 カーソルを N ワードだけ戻す。
357-
|c| ["x]c{motion} 2 Nmove のテキストを削除[バッファ x に保存]し、
357+
|c| ["x]c{motion} 2 Nmove のテキストを削除[レジスタ x に保存]し、
358358
挿入モードへ移行。
359-
|cc| ["x]cc 2 N 行削除[バッファ x に保存]し、挿入モードへ
359+
|cc| ["x]cc 2 N 行削除[レジスタ x に保存]し、挿入モードへ
360360
移行。
361-
|d| ["x]d{motion} 2 Nmove のテキストを削除[バッファ x に保存]。
362-
|dd| ["x]dd 2 N 行削除[バッファ x に保存]。
361+
|d| ["x]d{motion} 2 Nmove のテキストを削除[レジスタ x に保存]。
362+
|dd| ["x]dd 2 N 行削除[レジスタ x に保存]。
363363
|do| do 2 ":diffget" と同じ。
364364
|dp| dp 2 ":diffput" と同じ。
365365
|e| e 1 カーソルを N 先のワードの末尾へ移動。
@@ -386,17 +386,17 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
386386
|q?| q? コマンドラインウィンドウで ? のコマンドライ
387387
ンを編集する。
388388
|r| r{char} 2 N 文字を {char} で置き換える。
389-
|s| ["x]s 2 (置換) N 文字削除[バッファ x に保存]し、挿
389+
|s| ["x]s 2 (置換) N 文字削除[レジスタ x に保存]し、挿
390390
入モードに移行。
391391
|t| t{char} 1 カーソルを右方向へ N 個目の {char} の直前ま
392392
で移動。
393393
|u| u 2 変更をアンドゥ。
394394
|v| v 文字指定のビジュアルモードを開始する。
395395
|w| w 1 カーソルを N ワード先へ移動。
396-
|x| ["x]x 2 カーソル位置と直後の N 文字を削除[バッファ
396+
|x| ["x]x 2 カーソル位置と直後の N 文字を削除[レジスタ
397397
x に保存]
398-
|y| ["x]y{motion} Nmove のテキストを[バッファ x へ]ヤンク。
399-
|yy| ["x]yy N 行[バッファ x へ]ヤンク。
398+
|y| ["x]y{motion} Nmove のテキストを[レジスタ x へ]ヤンク。
399+
|yy| ["x]yy N 行[レジスタ x へ]ヤンク。
400400
|z| z{char} 'z' で始まるコマンドの実行。下記参照|z|
401401
|{| { 1 カーソルを N 段落戻す。
402402
|bar| | 1 カーソルを N カラムへ移動。
@@ -528,15 +528,21 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
528528
|CTRL-W_CTRL-]| CTRL-W CTRL-] "CTRL-W ]" と同じ。
529529
|CTRL-W_CTRL-^| CTRL-W CTRL-^ "CTRL-W ^" と同じ。
530530
|CTRL-W_CTRL-_| CTRL-W CTRL-_ "CTRL-W _" と同じ。
531+
|CTRL-W_quote| CTRL-W " ターミナルウィンドウ: レジスタをペースト
532+
する。
531533
|CTRL-W_+| CTRL-W + カレントウィンドウの高さを N 行高くする。
532534
|CTRL-W_-| CTRL-W - カレントウィンドウの高さを N 行低くする。
535+
|CTRL-W_.| CTRL-W . ターミナルウィンドウ: CTRL-W を入力する。
536+
|CTRL-W_:| CTRL-W : |:| と同じ。コマンドラインを編集する。
533537
|CTRL-W_<| CTRL-W < カレントウィンドウの幅を N 列狭める
534538
|CTRL-W_=| CTRL-W = すべてのウィンドウの高さと幅を同じにする。
535539
|CTRL-W_>| CTRL-W > カレントウィンドウの幅を N 列広くする。
536540
|CTRL-W_H| CTRL-W H カレントウィンドウを最も左に移動する。
537541
|CTRL-W_J| CTRL-W J カレントウィンドウを最も下に移動する。
538542
|CTRL-W_K| CTRL-W K カレントウィンドウを最も上に移動する。
539543
|CTRL-W_L| CTRL-W L カレントウィンドウを最も右に移動する。
544+
|CTRL-W_N| CTRL-W N ターミナルウィンドウ: Terminal Normal モー
545+
ドに移動する。
540546
|CTRL-W_P| CTRL-W P プレビューウィンドウへ移動する。
541547
|CTRL-W_R| CTRL-W R ウィンドウ位置を上向きに N 回転させる。
542548
|CTRL-W_S| CTRL-W S "CTRL-W s" と同じ。
@@ -1632,6 +1638,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
16321638
|:tcldo| :tcld[o] 各行の Tcl コマンドを実行
16331639
|:tclfile| :tclf[ile] Tcl スクリプトファイルを実行
16341640
|:tearoff| :te[aroff] メニューを切り離す
1641+
|:terminal| :ter[minal] ターミナルウィンドウを開く
16351642
|:tfirst| :tf[irst] 複数一致した内の最初のタグへジャンプ
16361643
|:throw| :th[row] 例外を投げる
16371644
|:tjump| :tj[ump] ":tselect" と同様、ただし一致したタグが1つし

en/index.txt

+21-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 8.0. Last change: 2017 Feb 23
1+
*index.txt* For Vim version 8.0. Last change: 2017 Aug 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -309,10 +309,10 @@ tag char note action in Normal mode ~
309309
|B| B 1 cursor N WORDS backward
310310
|C| ["x]C 2 change from the cursor position to the end
311311
of the line, and N-1 more lines [into
312-
buffer x]; synonym for "c$"
312+
register x]; synonym for "c$"
313313
|D| ["x]D 2 delete the characters under the cursor
314314
until the end of the line and N-1 more
315-
lines [into buffer x]; synonym for "d$"
315+
lines [into register x]; synonym for "d$"
316316
|E| E 1 cursor forward to the end of WORD N
317317
|F| F{char} 1 cursor to the Nth occurrence of {char} to
318318
the left
@@ -329,22 +329,22 @@ tag char note action in Normal mode ~
329329
opposite direction
330330
|O| O 2 begin a new line above the cursor and
331331
insert text, repeat N times
332-
|P| ["x]P 2 put the text [from buffer x] before the
332+
|P| ["x]P 2 put the text [from register x] before the
333333
cursor N times
334334
|Q| Q switch to "Ex" mode
335335
|R| R 2 enter replace mode: overtype existing
336336
characters, repeat the entered text N-1
337337
times
338-
|S| ["x]S 2 delete N lines [into buffer x] and start
338+
|S| ["x]S 2 delete N lines [into register x] and start
339339
insert; synonym for "cc".
340340
|T| T{char} 1 cursor till after Nth occurrence of {char}
341341
to the left
342342
|U| U 2 undo all latest changes on one line
343343
|V| V start linewise Visual mode
344344
|W| W 1 cursor N WORDS forward
345345
|X| ["x]X 2 delete N characters before the cursor [into
346-
buffer x]
347-
|Y| ["x]Y yank N lines [into buffer x]; synonym for
346+
register x]
347+
|Y| ["x]Y yank N lines [into register x]; synonym for
348348
"yy"
349349
|ZZ| ZZ store current file if modified, and exit
350350
|ZQ| ZQ exit current file always
@@ -367,12 +367,12 @@ tag char note action in Normal mode ~
367367
|`}| `} 1 cursor to the end of the current paragraph
368368
|a| a 2 append text after the cursor N times
369369
|b| b 1 cursor N words backward
370-
|c| ["x]c{motion} 2 delete Nmove text [into buffer x] and start
370+
|c| ["x]c{motion} 2 delete Nmove text [into register x] and
371+
start insert
372+
|cc| ["x]cc 2 delete N lines [into register x] and start
371373
insert
372-
|cc| ["x]cc 2 delete N lines [into buffer x] and start
373-
insert
374-
|d| ["x]d{motion} 2 delete Nmove text [into buffer x]
375-
|dd| ["x]dd 2 delete N lines [into buffer x]
374+
|d| ["x]d{motion} 2 delete Nmove text [into register x]
375+
|dd| ["x]dd 2 delete N lines [into register x]
376376
|do| do 2 same as ":diffget"
377377
|dp| dp 2 same as ":diffput"
378378
|e| e 1 cursor forward to the end of word N
@@ -398,16 +398,16 @@ tag char note action in Normal mode ~
398398
|q?| q? edit ? command-line in command-line window
399399
|r| r{char} 2 replace N chars with {char}
400400
|s| ["x]s 2 (substitute) delete N characters [into
401-
buffer x] and start insert
401+
register x] and start insert
402402
|t| t{char} 1 cursor till before Nth occurrence of {char}
403403
to the right
404404
|u| u 2 undo changes
405405
|v| v start characterwise Visual mode
406406
|w| w 1 cursor N words forward
407407
|x| ["x]x 2 delete N characters under and after the
408-
cursor [into buffer x]
409-
|y| ["x]y{motion} yank Nmove text [into buffer x]
410-
|yy| ["x]yy yank N lines [into buffer x]
408+
cursor [into register x]
409+
|y| ["x]y{motion} yank Nmove text [into register x]
410+
|yy| ["x]yy yank N lines [into register x]
411411
|z| z{char} commands starting with 'z', see |z| below
412412
|{| { 1 cursor N paragraphs backward
413413
|bar| | 1 cursor to column N
@@ -528,15 +528,19 @@ tag command action in Normal mode ~
528528
|CTRL-W_CTRL-]| CTRL-W CTRL-] same as "CTRL-W ]"
529529
|CTRL-W_CTRL-^| CTRL-W CTRL-^ same as "CTRL-W ^"
530530
|CTRL-W_CTRL-_| CTRL-W CTRL-_ same as "CTRL-W _"
531+
|CTRL-W_quote| CTRL-W " terminal window: paste register
531532
|CTRL-W_+| CTRL-W + increase current window height N lines
532533
|CTRL-W_-| CTRL-W - decrease current window height N lines
534+
|CTRL-W_.| CTRL-W . terminal window: type CTRL-W
535+
|CTRL-W_:| CTRL-W : same as |:|, edit a command line
533536
|CTRL-W_<| CTRL-W < decrease current window width N columns
534537
|CTRL-W_=| CTRL-W = make all windows the same height & width
535538
|CTRL-W_>| CTRL-W > increase current window width N columns
536539
|CTRL-W_H| CTRL-W H move current window to the far left
537540
|CTRL-W_J| CTRL-W J move current window to the very bottom
538541
|CTRL-W_K| CTRL-W K move current window to the very top
539542
|CTRL-W_L| CTRL-W L move current window to the far right
543+
|CTRL-W_N| CTRL-W N terminal window: go to Terminal Normal mode
540544
|CTRL-W_P| CTRL-W P go to preview window
541545
|CTRL-W_R| CTRL-W R rotate windows upwards N times
542546
|CTRL-W_S| CTRL-W S same as "CTRL-W s"
@@ -1573,6 +1577,7 @@ tag command action ~
15731577
|:tcldo| :tcld[o] execute Tcl command for each line
15741578
|:tclfile| :tclf[ile] execute Tcl script file
15751579
|:tearoff| :te[aroff] tear-off a menu
1580+
|:terminal| :ter[minal] open a terminal window
15761581
|:tfirst| :tf[irst] jump to first matching tag
15771582
|:throw| :th[row] throw an exception
15781583
|:tjump| :tj[ump] like ":tselect", but jump directly when there

0 commit comments

Comments
 (0)