mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-22 10:33:03 +00:00
Fix accident in previous change + 1 more comma
This commit is contained in:
parent
f1239caa70
commit
de0e42b077
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ one
|
|||
three
|
||||
```
|
||||
|
||||
Is there a way to freely expand visual selection to go move in any direction you want? Definitely. Let's back up a little bit to where you have the line "two" and "three" highlighted.
|
||||
Is there a way to freely expand visual selection to move in any direction you want? Definitely. Let's back up a little bit to where you have the line "two" and "three" highlighted.
|
||||
|
||||
```
|
||||
one
|
||||
|
@ -147,7 +147,7 @@ Chapter One
|
|||
Chapter One
|
||||
```
|
||||
|
||||
Now go to the second line and select it with line-wise visual mode:
|
||||
Now, go to the second line and select it with line-wise visual mode:
|
||||
|
||||
```
|
||||
Chapter One
|
||||
|
|
Loading…
Reference in a new issue