mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 08:18:31 +00:00
fix typo
This commit is contained in:
parent
8eba4f310e
commit
442e34bb39
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ nL go n line from bottom
|
|||
|
||||
# Scrolling
|
||||
|
||||
To scroll, you have 3 speed increments: full-screen (`CTR-F/CTRL-B`), half-screen (`CTRL-D/CTRL-U`), and line (`CTRL-E/CTRL-Y`).
|
||||
To scroll, you have 3 speed increments: full-screen (`CTRL-F/CTRL-B`), half-screen (`CTRL-D/CTRL-U`), and line (`CTRL-E/CTRL-Y`).
|
||||
|
||||
```
|
||||
Ctrl-e scroll down a line
|
||||
|
|
Loading…
Add table
Reference in a new issue