mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-23 19:13:03 +00:00
Update ch5_moving_in_file.md
fix typo
This commit is contained in:
parent
8eba4f310e
commit
b0da4951c2
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ The syntax to use count with your motion is:
|
|||
[count] + motion
|
||||
```
|
||||
|
||||
You can apply this to all motions. If you want to move 9 lines to the right, instead of pressing `l` 9 times, you can do `9l`. As you learn more motions, try to give them count argument.
|
||||
You can apply this to all motions. If you want to move 9 characters to the right, instead of pressing `l` 9 times, you can do `9l`. As you learn more motions, try to give them count argument.
|
||||
|
||||
# Word navigation
|
||||
|
||||
|
|
Loading…
Reference in a new issue