First page Back Continue Last page Overview

 

Starting vi and vim

 
  • To start vim: vi filename

    • If the file exists, the file is opened and the contents are displayed
    • If the file doesn't exist, vi creates it when the edits are saved for the first time
  • To use vi instead:

    • unalias vi or,
    • \vi