mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-16 12:13:04 +00:00
added a short resume about navigation in visual mode Chap11
This commit is contained in:
parent
13653be6f1
commit
5c5bddb0b6
@ -101,6 +101,8 @@ two
|
|||||||
t]hree
|
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 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user