mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-23 11:03:03 +00:00
Merge pull request #45 from victorhck/master
added a couple of examples to clarify the text
This commit is contained in:
commit
c8ca83d030
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue