Vi: Difference between revisions

191 bytes added ,  5 years ago
Line 22:
*The .vimrc file
The EX commands (those that you key in after typing : in the Vi editor), which you want to execute whenever you start the Vi editor, can be saved in the .vimrc file in your home directory.
 
== Searching ==
 
/string Search for "string"
Enter Scroll through all keyword matches
Shift + G Go to bottom of the file
Shift + N Search from Bottom to top for all keyword matches
 
= Intermediate =