File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *scroll.txt* For Vim バージョン 8.0 . Last change: 2016 Nov 10
1
+ *scroll.txt* For Vim バージョン 8.1 . Last change: 2018 Apr 26
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
31
31
32
32
*CTRL-E*
33
33
CTRL-E バッファの下へ[count] 行ウィンドウをスクロールする。
34
+ テキストはスクリーン上で上方に移動する。
34
35
覚え方: Extra lines {訳注: Extra=割増}
35
36
36
37
*CTRL-D*
@@ -68,6 +69,7 @@ z+ [count]が無い時: 現在のウィンドウの最下行を最上行にし
68
69
69
70
*CTRL-Y*
70
71
CTRL-Y バッファの上へ[count] 行ウィンドウをスクロールする。
72
+ テキストはスクリーン上で下方に移動する。
71
73
Note: MS-Windowsのキーバインディングを使っているときは
72
74
CTRL-Y はredoにマッピングされている。
73
75
Original file line number Diff line number Diff line change 1
- *scroll.txt* For Vim version 8.0 . Last change: 2016 Nov 10
1
+ *scroll.txt* For Vim version 8.1 . Last change: 2018 Apr 26
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
32
32
33
33
*CTRL-E*
34
34
CTRL-E Scroll window [count] lines downwards in the buffer.
35
+ The text moves upwards on the screen.
35
36
Mnemonic: Extra lines.
36
37
37
38
*CTRL-D*
70
71
71
72
*CTRL-Y*
72
73
CTRL-Y Scroll window [count] lines upwards in the buffer.
74
+ The text moves downwards on the screen.
73
75
Note: When using the MS-Windows key bindings CTRL-Y is
74
76
remapped to redo.
75
77
You can’t perform that action at this time.
0 commit comments