Vi: Difference between revisions

 
(2 intermediate revisions by the same user not shown)
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.
 
* Pages:
Control + F Next Page
Control + B Previous Page
 
== Searching ==
Line 40 ⟶ 44:
:unab abbr
:unab aman
 
* Show Line Numbers:
:set nu
 
*Encryption in Vi
Line 92 ⟶ 93:
*Going to any line
:50
 
* Show Line Numbers:
:set nu
 
*In the command mode to get the same result: