Merge pull request #45 from victorhck/master

added a couple of examples to clarify the text
This commit is contained in:
Igor Irianto 2020-11-16 14:53:41 -06:00 committed by GitHub
commit c8ca83d030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Ch 11. Visual Mode
You probably know that you can highlight a block of text and apply changes to it. Vim can too, with visual mode. Vim has three different visual modes to use. In this chapter, you will learn how to use each visual mode to manipulate blocks of texts efficiently.
With visual editors (like LibreOffice Writer, Microsoft Word) you probably know that you can highlight a block of text and apply changes to it. Vim can too, with visual mode. Vim has three different visual modes to use. In this chapter, you will learn how to use each visual mode to manipulate blocks of texts efficiently.
## The Three Types Of Visual Modes
The three modes are: