File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- *scroll.txt* For Vim バージョン 9.1. Last change: 2022 Oct 17
1
+ *scroll.txt* For Vim バージョン 9.1. Last change: 2024 Jul 06
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -47,6 +47,8 @@ CTRL-D ウィンドウをバッファ内で下にスクロールする。ス
47
47
48
48
<S-Down> or *<S-Down>* *<kPageDown>*
49
49
<PageDown> or *<PageDown>* *CTRL-F*
50
+ <S-CR> or *<S-CR>* *<S-NL>*
51
+ <S-+> or *SHIFT-+* *<S-Plus>*
50
52
CTRL-F ウィンドウをバッファ内で[count] ページ前方(下方)にスク
51
53
ロールする。'startofline' オプションも参照。
52
54
ウィンドウが1つだけのときはオプション 'window' の値が
@@ -83,6 +85,7 @@ CTRL-U ウィンドウをバッファ内で上にスクロールする。ス
83
85
84
86
<S-Up> or *<S-Up>* *<kPageUp>*
85
87
<PageUp> or *<PageUp>* *CTRL-B*
88
+ <S--> or *<S-Minus>* *SHIFT-MINUS*
86
89
CTRL-B ウィンドウをバッファ内で[count] ページ後方(上方)にスク
87
90
ロールする。'startofline' オプションも参照。
88
91
ウィンドウが1つだけのときはオプション 'window' の値が
Original file line number Diff line number Diff line change 1
- *scroll.txt* For Vim version 9.1. Last change: 2022 Oct 17
1
+ *scroll.txt* For Vim version 9.1. Last change: 2024 Jul 06
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -48,6 +48,8 @@ CTRL-D Scroll window Downwards in the buffer. The number of
48
48
49
49
<S-Down> or *<S-Down>* *<kPageDown>*
50
50
<PageDown> or *<PageDown>* *CTRL-F*
51
+ <S-CR> or *<S-CR>* *<S-NL>*
52
+ <S-+> or *SHIFT-+* *<S-Plus>*
51
53
CTRL-F Scroll window [count] pages Forwards (downwards) in
52
54
the buffer. See also 'startofline' option.
53
55
When there is only one window the 'window' option
@@ -85,6 +87,7 @@ CTRL-U Scroll window Upwards in the buffer. The number of
85
87
86
88
<S-Up> or *<S-Up>* *<kPageUp>*
87
89
<PageUp> or *<PageUp>* *CTRL-B*
90
+ <S--> or *<S-Minus>* *SHIFT-MINUS*
88
91
CTRL-B Scroll window [count] pages Backwards (upwards) in the
89
92
buffer. See also 'startofline' option.
90
93
When there is only one window the 'window' option
You can’t perform that action at this time.
0 commit comments