Skip to content

Commit 3022ed2

Browse files
authored
Merge pull request #265 from mnishz/scroll_for_Vim_8.1
Update scroll from Vim 8.0 to 8.1
2 parents 67c337a + 975c840 commit 3022ed2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/scroll.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*scroll.txt* For Vim バージョン 8.0. Last change: 2016 Nov 10
1+
*scroll.txt* For Vim バージョン 8.1. Last change: 2018 Apr 26
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -31,6 +31,7 @@
3131

3232
*CTRL-E*
3333
CTRL-E バッファの下へ[count]行ウィンドウをスクロールする。
34+
テキストはスクリーン上で上方に移動する。
3435
覚え方: Extra lines {訳注: Extra=割増}
3536

3637
*CTRL-D*
@@ -68,6 +69,7 @@ z+ [count]が無い時: 現在のウィンドウの最下行を最上行にし
6869

6970
*CTRL-Y*
7071
CTRL-Y バッファの上へ[count]行ウィンドウをスクロールする。
72+
テキストはスクリーン上で下方に移動する。
7173
Note: MS-Windowsのキーバインディングを使っているときは
7274
CTRL-Yはredoにマッピングされている。
7375

en/scroll.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -32,6 +32,7 @@ seen):
3232

3333
*CTRL-E*
3434
CTRL-E Scroll window [count] lines downwards in the buffer.
35+
The text moves upwards on the screen.
3536
Mnemonic: Extra lines.
3637

3738
*CTRL-D*
@@ -70,6 +71,7 @@ seen):
7071

7172
*CTRL-Y*
7273
CTRL-Y Scroll window [count] lines upwards in the buffer.
74+
The text moves downwards on the screen.
7375
Note: When using the MS-Windows key bindings CTRL-Y is
7476
remapped to redo.
7577

0 commit comments

Comments
 (0)