mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 08:18:31 +00:00
Merge pull request #2 from pantras/more-scrolling
Update ch5_moving_in_file.md
This commit is contained in:
commit
2b74225f96
1 changed files with 6 additions and 0 deletions
|
@ -225,6 +225,12 @@ Ctrl-y scroll up a line
|
|||
Ctrl-u scroll up half screen
|
||||
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 middle (half) of your screen
|
||||
zb bring the current line near the bottom of your screen
|
||||
```
|
||||
|
||||
# Search navigation
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue