mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 08:18:31 +00:00
Update ch5_moving_in_file.md
fix typos
This commit is contained in:
parent
d879f45095
commit
00349af4de
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ Ctrl-b scroll up whole screen
|
|||
You can also scroll relatively to the current line:
|
||||
```
|
||||
zt bring the current line near the top of your screen
|
||||
zh bring the current line to the midle (half) of your screen
|
||||
zh bring the current line to the middle (half) of your screen
|
||||
zb bring the current line near the bottom of your screen
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue