Merge pull request #46 from victorhck/master

added a short resume about navigation in visual mode Chap11
This commit is contained in:
Igor Irianto 2020-11-21 11:40:08 -06:00 committed by GitHub
commit 0d046f0508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,8 @@ 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.
## Visual Mode Grammar
Visual mode is one of Vim's modes. Being a mode means that the same key may work differently than in another mode. Luckily, visual mode shares many common keys with normal mode.