Consolidate documentation for visual modes (#3799)

* Consolidate documentation for visual modes

* remove extra line break

* remove extra line break
This commit is contained in:
Maximilian Roos 2019-05-31 01:23:40 -04:00 committed by Jason Poon
parent af1ae89631
commit 7fda31e824

View File

@ -386,13 +386,11 @@ moving around:
| Status | Command | Description |
| ------------------ | ------- | --------------------------------------------------- |
| :white_check_mark: | v | start highlighting characters |
| :white_check_mark: | V | start highlighting linewise |
| :white_check_mark: | v | start highlighting characters or stop highlighting |
| :white_check_mark: | V | start highlighting linewise or stop highlighting |
| :white_check_mark: | CTRL-V | start highlighting blockwise or stop highlighting |
| :white_check_mark: | o | exchange cursor position with start of highlighting |
| :white_check_mark: | gv | start highlighting on previous visual area |
| :white_check_mark: | v | highlight characters or stop highlighting |
| :white_check_mark: | V | highlight linewise or stop highlighting |
| :white_check_mark: | CTRL-V | highlight blockwise or stop highlighting |
## Text objects (only in Visual mode or after an operator)