mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-16 16:08:22 +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
|
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
|
one
|
||||||
|
@ -147,7 +147,7 @@ Chapter One
|
||||||
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
|
Chapter One
|
||||||
|
|
Loading…
Add table
Reference in a new issue