mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-23 11:03:03 +00:00
update a sentence about o and O while in visual highlight
This commit is contained in:
parent
0d046f0508
commit
d41c914291
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ two
|
|||
t]hree
|
||||
```
|
||||
|
||||
As you can see, with `o` or `O` in visual mode, the cursor jumps from the begining to the end of the block highlighted, keeping the highlighted block while lets you expand the highlighted block.
|
||||
With `o` or `O` in visual mode, the cursor jumps from the beginning to the end of the highlighted block, keeping the block highlighted while letting you expand the highlighted block.
|
||||
|
||||
## Visual Mode Grammar
|
||||
|
||||
|
|
Loading…
Reference in a new issue