aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/scroll.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/scroll.txt')
-rw-r--r--runtime/doc/scroll.txt21
1 files changed, 8 insertions, 13 deletions
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt
index b2c56634a0..8626a1a7f6 100644
--- a/runtime/doc/scroll.txt
+++ b/runtime/doc/scroll.txt
@@ -117,7 +117,7 @@ z<CR> Redraw, line [count] at top of window (default
*zt*
zt Like "z<CR>", but leave the cursor in the same
- column. {not in Vi}
+ column.
*zN<CR>*
z{height}<CR> Redraw, make window {height} lines tall. This is
@@ -133,7 +133,7 @@ z. Redraw, line [count] at center of window (default
*zz*
zz Like "z.", but leave the cursor in the same column.
Careful: If caps-lock is on, this command becomes
- "ZZ": write buffer and exit! {not in Vi}
+ "ZZ": write buffer and exit!
*z-*
z- Redraw, line [count] at bottom of window (default
@@ -142,7 +142,6 @@ z- Redraw, line [count] at bottom of window (default
*zb*
zb Like "z-", but leave the cursor in the same column.
- {not in Vi}
==============================================================================
4. Scrolling horizontally *scroll-horizontal*
@@ -155,26 +154,22 @@ not used.
z<Right> or *zl* *z<Right>*
zl Move the view on the text [count] characters to the
right, thus scroll the text [count] characters to the
- left. This only works when 'wrap' is off. {not in
- Vi}
+ left. This only works when 'wrap' is off.
z<Left> or *zh* *z<Left>*
zh Move the view on the text [count] characters to the
left, thus scroll the text [count] characters to the
- right. This only works when 'wrap' is off. {not in
- Vi}
+ right. This only works when 'wrap' is off.
*zL*
zL Move the view on the text half a screenwidth to the
right, thus scroll the text half a screenwidth to the
- left. This only works when 'wrap' is off. {not in
- Vi}
+ left. This only works when 'wrap' is off.
*zH*
zH Move the view on the text half a screenwidth to the
left, thus scroll the text half a screenwidth to the
- right. This only works when 'wrap' is off. {not in
- Vi}
+ right. This only works when 'wrap' is off.
For the following two commands the cursor is not moved in the text, only the
text scrolls on the screen.
@@ -182,12 +177,12 @@ text scrolls on the screen.
*zs*
zs Scroll the text horizontally to position the cursor
at the start (left side) of the screen. This only
- works when 'wrap' is off. {not in Vi}
+ works when 'wrap' is off.
*ze*
ze Scroll the text horizontally to position the cursor
at the end (right side) of the screen. This only
- works when 'wrap' is off. {not in Vi}
+ works when 'wrap' is off.
==============================================================================
5. Scrolling synchronously *scroll-binding*