Tips: Go to other end of selected text

This commit is contained in:
Marco Hinz 2018-07-12 21:13:09 +02:00
parent 1e78da0d90
commit 8bc1efb762
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -74,6 +74,7 @@
### [Tips](#tips-1)
- [Go to other end of selected text](#go-to-other-end-of-selected-text)
- [Saner behavior of n and N](#saner-behavior-of-n-and-n)
- [Saner command-line history](#saner-command-line-history)
- [Saner CTRL-L](#saner-ctrl-l)
@ -1976,6 +1977,17 @@ https://gist.github.com/XVilka/8346728
# Tips
## Go to other end of selected text
`o` and `O` in a visual selection make the cursor go to the other end. Try with
blockwise selection to see the difference. This is useful for quickly changing
the size of the selected text.
```
:h v_o
:h v_O
```
## Saner behavior of n and N
The direction of `n` and `N` depends on whether `/` or `?` was used for